UTF-8へヘッダー置換
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="Shift_JIS"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
|
||||
<!-- generated by to_html.pl from Debug.xml -->
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<title>デバッグをしよう</title>
|
||||
<meta name="author" content="W.Dee" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
@@ -69,7 +69,7 @@
|
||||
<a id="id24" name="id24" class="targanchor"><dfn>trace</dfn></a> タグは、変数の内容をコンソールに出力するタグです。<br />
|
||||
プログラムの応答がなくなった場合、<code class="inlinecode">Ctrl + Alt + F12</code> を2秒間以上押し続ける事で吉里吉里本体を強制的に終了できる場合があります。<br />
|
||||
</div></div>
|
||||
<script type="text/javascript" charset="Shift_JIS" src="documentid.js" ></script>
|
||||
<script type="text/javascript" charset="Shift_JIS" src="postcontent.js" ></script>
|
||||
<script type="text/javascript" charset="UTF-8" src="documentid.js" ></script>
|
||||
<script type="text/javascript" charset="UTF-8" src="postcontent.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user