Issue 2927: Chrome can auto detect Hebrew page but what encoding it used is not highlighted in Chrome http://code.google.com/p/chromium/issues/detail?id=2927
Comment #1 by [EMAIL PROTECTED]: Comments from jnd: This is because ICU return "ISO-8859-8-I" as canonical encoding name for this page when using encoding auto-detect. Class TextCodecICU register Hebrew with logical ordering using a separate name. Otherwise, this would share the same canonical name as the visual ordering case, and then TextEncoding could not tell them apart; ICU works with either name. In FireFox, it has Hebrew (ISO-8859-8-I) and Hebrew Visual (ISO-8859-8) encoding items in IE, it has Hebrew (ISO-Logical) and Hebrew (ISO-Visual) encoding items Hi jshin, I think maybe we should add one encoding menu item for ISO-8859-8-I? But problem is we have frozen string change. What's your opinion? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
