diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-03-16 13:09:16 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-03-23 14:12:37 +0100 |
commit | 32a26443052a734f7c24434497a0c9a2210607eb (patch) | |
tree | 1a7bcb49f48b28e051f75ff19391f2fb99d15ebc /ext/pcre/php_pcre.c | |
parent | 47c745555c9000706cd4de7fffc6e1c2f18d5521 (diff) | |
download | php-git-32a26443052a734f7c24434497a0c9a2210607eb.tar.gz |
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.
Diffstat (limited to 'ext/pcre/php_pcre.c')
0 files changed, 0 insertions, 0 deletions