Michelle Konzack wrote:
Hello,

my PostgreSQL stores all data in UNICODE and now if I connect via
Webbrowser to my Database my webpages are detected as ISO-8859-1.

For each Page I must select View->Character Encoding->Unicode (UTF8).

Please can anyone tell me the right <META> (???) Tag to get Motilla
right to UNICODE?

this will probably do it (make sure headers et al are not designating
a conflicting codepage elsewhere):
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">

try here for more info:
http://www.utf-8.com/



Thanks
Michelle


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to