Comment 0 for bug 217613

Revision history for this message
In , Masa141421356 (masa141421356) wrote :

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008033105 Minefield/3.0pre
Build Identifier:

Auto-detect of Japanese Character Encoding does not work on Trunk.

Reproducible: Always

Steps to Reproduce:
1.Set preference as
user_pref("intl.accept_languages", "ja,en-us,en");
user_pref("intl.charset.default", "Shift_JIS");
user_pref("intl.charset.detector", "ja_parallel_state_machine");
user_pref("intl.charsetmenu.browser.static", "Shift_JIS, EUC-JP, ISO-2022-JP,
ISO-8859-1, UTF-8");

2.Acccess
 http://space.geocities.jp/alice0775/STORE/EUC-JP.html (for EUC-JP)
 http://space.geocities.jp/alice0775/STORE/UTF-8.html (UTF-8)
3.
Actual Results:
Auto-detect is failed

Expected Results:
Auto-detect should success.

I think this issue is jp-critical and blocking1.9.