php-src/ext/iconv
Peter Kokot 7878a2c322
Fix iconv_open basic test (#15611)
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"
2024-08-28 14:29:49 +02:00
..
tests Fix iconv_open basic test (#15611) 2024-08-28 14:29:49 +02:00
config.m4 Fix GH-13727: macro generating invalid call test prototypes fixes. 2024-03-18 06:53:39 +00:00
config.w32 Drop support for iconv without proper errno setting 2020-03-17 14:02:29 +01:00
CREDITS Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
iconv_arginfo.h Do not generate CONST_CS when registering constants (#9439) 2022-08-28 08:27:19 +02:00
iconv.c Merge branch 'PHP-8.1' into PHP-8.2 2023-08-19 23:09:41 +01:00
iconv.stub.php Rename @cname to @cvalue in stubs (#9043) 2022-07-19 15:11:42 +02:00
php_iconv.def
php_iconv.h Remove unnecessary PHP_FUNCTION() declarations (#7472) 2021-09-07 10:04:00 +02:00