> 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/en/function.utf8-encode.php
        http://php.net/manual/en/function.utf8-decode.php

---------------------------------------------------------------------
michal migurski- contact info and pgp key:
sf/ca            http://mike.teczno.com/contact.html

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

Reply via email to