Reply to Re: Convert string for use in URLs in multilanguage environment
Posted by Steve on 09/21/05 18:42
> In order to make strings suitable for URLs in a UTF-8 encoded website, I use
Have you looked at <http://www.php.net/manual/en/ref.recode.php>? Looks
like it might be a neat solution (needs PHP compiled with
--with-recode, non-Windows only).