Re: [PHP] how to enable utf-8 in php?

2004-07-14 Thread Michal Migurski
> PHP seems to handle all strings as ISO-8859-1 by default. How can I tell > PHP to work with strings in UTF-8 format? This is important for sorting > and e.g. htmlentities(). Needs to be compiled in: http://php.net/manual/en/ref.mbstring.php Also available: http://php.net/manual/

[PHP] how to enable utf-8 in php?

2004-07-14 Thread Marten Lehmann
Hello, PHP seems to handle all strings as ISO-8859-1 by default. How can I tell PHP to work with strings in UTF-8 format? This is important for sorting and e.g. htmlentities(). Regards Marten -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php