mirror of
https://github.com/php/php-src.git
synced 2026-03-29 11:42:17 +02: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"