mirror of
https://github.com/php/php-src.git
synced 2026-03-25 08:42:29 +01:00
Transliteration works differently across the iconv implementations and the system. When using GNU libiconv the output in this test is: string(16) "Zlutouck'y kun\n" (like on Windows). On glibc's built-in iconv output is: string(15) "Zlutoucky kun\n"