|
Posted by Willem Bogaerts on 09/27/41 12:01
> Hmm what If I have a site that's visited by users with different
> nationalities and they insert text into database with different
> language charsets?
Your web server says which encodings it accepts. If you want different
character sets, you will have to use an encoding that supports them and
instruct your server to communicate it to the browsers.
iso-8859-1 has no room for, for instance, Russian characters. So if you
want to support those, use some broader encoding like utf-8 that
supports the whole unicode character set.
Best regards,
--
Willem Bogaerts
Application smith
Kratz B.V.
http://www.kratz.nl/
Navigation:
[Reply to this message]
|