We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8c02c commit 3f0c4e1Copy full SHA for 3f0c4e1
1 file changed
src/js/text-encode.js
@@ -37,6 +37,7 @@ const textEncode = (( ) => {
37
[ 'windows-1250', 'windows-1250' ],
38
[ 'cp1250', 'windows-1250' ],
39
[ 'x-cp1250', 'windows-1250' ],
40
+ [ 'iso-8859-2', 'windows-1250' ],
41
42
[ 'windows-1251', 'windows-1251' ],
43
[ 'cp1251', 'windows-1251' ],
0 commit comments