[目標]
amayaのメニューを日本語化する
amayaで文字化けのないページを作る
amaya11 w3c browser で 日本語表示
[環境]
Windows XP SP3
Emeditor v6.4f
AMAYA11.1
Firefox 3.0.8
InternetExplore 8.0.6001.18702
メニューの日本語化
Edit Preferences General Dialogue language ja(japanese) Apply
amaya 再起動
以下 化けないサンプルhtml
-----html-start-----
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang=ja>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>美しい日本語</title>
</head>
<body>
美しい日本語<br>
beautiful japanese<br>
</body>
</html>
-----html-end-----
[point]
META http-equiv="Content-Type" content="text/html; charset=Shift_JIS"
ではなくて
META http-equiv="Content-Type" content="text/html; charset=UTF-8"
にすること
[注意]
過去に作られたS-JISのページを見るには適さない。