Re: problem: pgsql (unicode) => php5 => HTML (iso-8859-1)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux