Issue 3352: Hebrew Encoding problem in some websites, the text is mirrored
http://code.google.com/p/chromium/issues/detail?id=3352

Comment #3 by [EMAIL PROTECTED]:
Confirming. Safari has the same issue.

Phew, the site is in WIndows-1255 (logical), but it emits

Content-Type: text/html; charset="csISOLatinHebrew"

csISOLatinHebrew is listed as a synonym to ISO-8859-8 in the converter list  
of ICU
(used by Chrome and Safari) and it's 'visual'

One quick-work-around is modify Chrome's copy of ICU so  
that 'csISOLatinHebrew' is
not recognized. Of course, this can leads to a problem if there are a lot  
of sites
that use 'csISOLatinHebrew" and are indeed in ISO-8859-8. We need to  
collect some data...

Hmm.... Firefox also recognizes that alias (csISOLatinHebrew)
http://mxr.mozilla.org/seamonkey/source/intl/uconv/src/charsetalias.properties







Issue attribute updates:
        Status: Assigned
        Owner: [EMAIL PROTECTED]
        Cc: [EMAIL PROTECTED]
        Labels: icudata

-- 
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 chromium-bugs@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to