Updates:
        Labels: -I18N i18n Evangelism

Comment #5 on issue 7993 by [email protected]: Encoding problem in greek  
(JSP)
http://code.google.com/p/chromium/issues/detail?id=7993

The site emits the following HTTP header:

Content-Type: text/html; charset=ISO8859_1

HTTP header has a higher precedence than meta charset declaration in an  
html file.
(MS IE and Firefox [1] do not regard ISO8859_1 (note it's an underscore) as  
an alias
to ISO-8859-1  while Webkit-based browsers do).

ntenisOT1948, can you send an email to the webmaster of the site to change  
their web
server setting?  They should make their web server emit either of the  
following:

Content-Type: text/html; charset=windows-1253

or

Content-Type: text/html

BTW, selecting windows-1253 in Encoding menu renders the page in Greek (in  
2.0.169.1)

[1] See the alias list (used by Firefox) at   
http://mxr.mozilla.org/seamonkey/source/intl/uconv/src/charsetalias.properties#160

--
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

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to