iconv-lite
Advanced tools
Comparing version 0.4.0 to 0.4.1
# 0.4.1 / 2014-06-11 | ||
* codepage 808 added | ||
# 0.4.0 / 2014-06-10 | ||
@@ -3,0 +8,0 @@ |
@@ -12,2 +12,9 @@ | ||
"808": "cp808", | ||
"ibm808": "cp808", | ||
"cp808": { | ||
"type": "_sbcs", | ||
"chars": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№€■ " | ||
}, | ||
// Aliases of generated encodings. | ||
@@ -14,0 +21,0 @@ "ascii8bit": "ascii", |
{ | ||
"name": "iconv-lite", | ||
"description": "Convert character encodings in pure javascript.", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ |
@@ -99,2 +99,4 @@ ## Pure JS character encoding conversion | ||
See [all supported encodings on wiki](https://github.com/ashtuchkin/iconv-lite/wiki/Supported-Encodings). | ||
Most singlebyte encodings are generated automatically from [node-iconv](https://github.com/bnoordhuis/node-iconv). Thank you Ben Noordhuis and libiconv authors! | ||
@@ -101,0 +103,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
308743
3403
137