Hi, On Fri, 22 Nov 2002 15:31:07 +0200 (EET) Stanislav <[EMAIL PROTECTED]> wrote:
> When i used utf8_encode() > echo utf8_encode("&names$i=".$names); > it dosen't seem at all to produce utf-8 encode, because when i saw the > result in IExplorer with utf-8 encoding the chars was wrong. Make sure that you send a META tag in the HTML output telling the browser about the encoding you're using, something like: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> Regards, -- Javi Lavandeira ([EMAIL PROTECTED]) - http://www.ag0ny.com -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php