Skip to content

Commit 5101635

Browse files
todorowwwWebklex
authored andcommitted
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

File tree

3 files changed

+485
-3
lines changed

3 files changed

+485
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
vendor
22
composer.lock
33
.idea
4-
test.php
4+
test.php
5+
nbproject

0 commit comments

Comments
 (0)