Bug #3429 bad character encoding
Submitted: 9 Apr 2004 19:21 Modified: 26 Apr 2004 15:39
Reporter: Masaaki HIROSE Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version: OS:
Assigned to: CPU Architecture:Any

[9 Apr 2004 19:21] Masaaki HIROSE
Description:
In MySQL Reference Manual in Japanese <http://dev.mysql.com/doc/mysql/ja/index.html>, 
charset (in HTTP response header and meta tag) becomes "euc-ja".

Content-Type: text/html; charset=euc-ja
(snip)
 <meta http-equiv="Content-Type" content="text/html; charset=euc-ja" />

but "euc-ja" is invalid character encoding name. "euc-jp" is correct. (not "ja" but "jp").

How to repeat:
access http://dev.mysql.com/doc/mysql/ja/index.html

Suggested fix:
replace "euc-ja" to "euc-jp".
[22 Apr 2004 7:00] Masaaki HIROSE
Safari 1.0(v85.7) cannot show Japanese manual page correctly.
[26 Apr 2004 15:39] Jim Winstead
Thank you for your bug report. This issue has been addressed in the
documentation. The updated documentation will appear on our website
shortly, and will be included in the next release of the relevant
product(s).