Commit 5101635
Added encoding aliases, to prevent exceptions when stumbling upon unsupported iconv() encoding, such as: (#94)
iconv(): Wrong charset, conversion from `KS_C_5601-1987' to `UTF-8//IGNORE' is not allowed
KS_C_5601-1987 actually maps to EUC-KR, and iconv() supports this encoding.1 parent 74fe4de commit 5101635
3 files changed
+485
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
0 commit comments