php-src/ext/iconv
Christoph M. Becker 32a2644305 Fix #79200: Some iconv functions cut Windows-1258
To cater to potentially state-dependent encodings, we have to reset the
conversion descriptor into its initial shift state to properly finish
the conversion.  Furthermore, state-dependent encodings may not show
progress when comparing `in_left` before and after the conversion; we
rather have to see whether `out_left` has decreased.  Also we have to
cater to the fact that the final potentially state resetting call does
not signal failure, but we still have to break respective loops
afterwards.
2020-03-23 14:12:37 +01:00
..
tests Fix #79200: Some iconv functions cut Windows-1258 2020-03-23 14:12:37 +01:00
config.m4 Merge branch 'PHP-7.2' into PHP-7.3 2019-07-29 08:50:39 +02:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
CREDITS Trim trailing whitespace in source code files 2018-10-13 14:16:33 +02:00
iconv.c Fix #79200: Some iconv functions cut Windows-1258 2020-03-23 14:12:37 +01:00
php_iconv.def Move iconv exports to the iconv extension 2004-08-04 16:46:48 +00:00
php_iconv.h Remove Git ident attribute from the iconv extension 2018-06-16 12:49:55 +02:00