iconv-lite
Advanced tools
Comparing version 0.1.2 to 0.1.3
// Module exports | ||
module.exports = iconv = { | ||
var iconv = module.exports = { | ||
toEncoding: function(str, encoding) { | ||
@@ -4,0 +4,0 @@ return iconv.getCodec(encoding).toEncoding(str); |
{ | ||
"name": "iconv-lite", | ||
"description": "Convert character encodings in pure javascript.", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
@@ -11,3 +11,4 @@ "keywords": ["iconv", "convert", "charset"], | ||
"Adamansky Anton (https://github.com/adamansky)", | ||
"George Stagas (https://github.com/stagas)" | ||
"George Stagas (https://github.com/stagas)", | ||
"Mike D Pilsbury (https://github.com/pekim)" | ||
], | ||
@@ -14,0 +15,0 @@ |
@@ -28,2 +28,3 @@ iconv-lite - native javascript conversion between character encodings. | ||
* Greek encodings: 'windows-1253', 'iso-8859-7'/'greek', 'cp737', 'cp28597' | ||
* Turkish encodings: 'windows1254', 'iso-8859-9'/'turkish' | ||
@@ -30,0 +31,0 @@ Other encodings are easy to add, see the source. Please, participate. |
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
636
59
332521
17
9