Commit bf69c92
committed
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.1 parent a5ae132 commit bf69c92
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments