Hi,
does anybody have some experience or even did some extensive testing on
how successful iconv, mbstring and recode are when it comes to charset
conversions?
I currently try iconv() with transliteration first and fallback to
mb_convert_encoding() if this fails. The rationale is that iconv
supports much more charsets than mbstring but fails if it detects an
invalid character for the input charset.
I have no experiences yet with recode (neither in php nor generally),
does it perhaps even use the same libiconv as iconv?
Anything that throws some light on this is welcome.
Jan.
--
PHP Internationalization Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- Re: [PHP-I18N] charset conversion experiences Jan Schneider
- Re: [PHP-I18N] charset conversion experiences Moriyoshi Koizumi
- Re: [PHP-I18N] charset conversion experiences Jan Schneider
- Re: [PHP-I18N] charset conversion experienc... Moriyoshi Koizumi