mirror of
https://github.com/symfony/polyfill-mbstring.git
synced 2026-03-24 08:02:17 +01:00
1.x
This PR was merged into the 1.x branch. Discussion ---------- Require iconv for mbstring As the mbstring polyfill using the iconv functions a lot, if not in all calls being done, code without iconv using this polyfill will break. As this repo also provides a polyfill for iconv I don't think this will be a breaking change. Commits ------- bf69c92 Require iconv for mbstring
Symfony Polyfill / Mbstring
This component provides a partial, native PHP implementation for the Mbstring extension.
More information can be found in the main Polyfill README.
License
This library is released under the MIT license.
Languages
PHP
100%