mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +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"