This is a discussion on Lithuanian language! Apache 2 + php 4.3.2 within the Linux Web Servers forums, part of the Web Server and Related Forums category; my clients on my server complain that they can't see lithuanian language, what i saw is when i go ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
my clients on my server complain that they can't see lithuanian
language, what i saw is when i go to: http://www.mntkz.net/~device/lt.html then there is some messed up letter showing, but changing view->encoding to Baltic(Windows) it shows good. what should i tell them? or there is something i could do? i installed apache2 like week ago, and now there is a problem, before that i didn't have any problems... whats wrong? what should i add to config? or what should i install? thanks |
|
|||
|
Mantuks@centras.lt (Mantas) wrote:
> my clients on my server complain that they can't see lithuanian > language, what i saw is when i go to: > http://www.mntkz.net/~device/lt.html then there is some messed up > letter showing, but changing view->encoding to Baltic(Windows) it > shows good. Your server sends "charset=ISO-8859-1" but your page contains <meta ... charset=windows-1257>. http://validator.w3.org/check?uri=ww...device/lt.html You should tell your server to send "charset=ISO-8859-13" as in http://www.unics.uni-hannover.de/nhtcapri/baltic.html13 . See http://www.w3.org/International/O-HTTP-charset.html and http://ppewww.ph.gla.ac.uk/~flavell/...t/ns-burp.html how to do this. Please do not use Microsoft's proprietary, Windows-specific encoding cp1257. Use International Standard ISO-8859-13, also know as Baltic Rim Encoding. http://ppewww.ph.gla.ac.uk/~flavell/charset/baltic.html An alternative is Unicode UTF-8. -- Top posting. What's the most irritating thing on Usenet? |
| Thread Tools | |
| Display Modes | |
|
|