i havea general replacement or workaround for every php function in my code
that i know to be utf-8-unsafe. except one: strtr().

the only ideas i have to implement strtr in php with known utf-8-safe php
functions would be rather inefficient.

any ideas, suggestions, pointers? or maybe you're better at googling an
answer than i am. assume mbstring is available.

tia
tom



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

Reply via email to