mirror of
https://github.com/php/php-src.git
synced 2026-04-19 22:11:12 +02:00
We need to reset the shift state right after conversion, to cater to potenially following plain encodings. Also, there is no need to reset the shift for plain encodings, because these are not state-dependent. Closes GH-8025.