Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #508 Require iconv for mbstring (jaapio)
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
- Loading branch information