Skip to content

Commit

Permalink
refs #1 そもそもhtmlやjspレベルで文字コード指定をし忘れていた。
Browse files Browse the repository at this point in the history
  • Loading branch information
hidetarou2013-bot committed Feb 12, 2016
1 parent 8d7491e commit 96a5fa6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/webapp/index11.jsp
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<%@ page contentType="text/html; charset=UTF-8" %>
<!DOCTYPE html>
<html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<title>WebSocket Sample</title>
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/script11.js"></script>
Expand Down

0 comments on commit 96a5fa6

Please sign in to comment.