[Pkg-javascript-commits] [node-iconv-lite] 20/83: Update version and README

matthew pideil mpideil-guest at moszumanska.debian.org
Tue Apr 1 19:56:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

mpideil-guest pushed a commit to branch master
in repository node-iconv-lite.

commit 35e32ee224b079c9cf4b7430b58854e704710223
Author: Alexander Shtuchkin <ashtuchkin at gmail.com>
Date:   Fri Mar 9 22:48:08 2012 +0400

    Update version and README
---
 README.md    | 10 ++++++----
 package.json |  6 ++++--
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index df92e23..db3f5ab 100644
--- a/README.md
+++ b/README.md
@@ -17,12 +17,14 @@ iconv-lite - native javascript conversion between character encodings.
 
 ## Supported encodings
 
-Currently only a small part of encodings supported:
+Currently the following encodings supported:
 
-*   All node.js native encodings: 'utf8', 'ucs2', 'ascii', 'binary', 'base64'.
+*   All node.js native encodings: 'utf8', 'ucs2', 'ascii', 'binary', 'base64'
 *   Base encodings: 'latin1'
-*   Cyrillic encodings: 'windows-1251', 'koi8-r', 'iso 8859-5'.
-*   Simplified chinese: 'gbk', 'gb2313'.
+*   Western encoding: 'windows-1252'
+*   Cyrillic encodings: 'windows-1251', 'koi8-r', 'iso-8859-5'
+*   Simplified chinese: 'gbk', 'gb2313'
+*   Greek encodings: 'windows-1253', 'iso-8859-7'/'greek', 'cp737', 'cp28597'
 
 Other encodings are easy to add, see the source. Please, participate.
 
diff --git a/package.json b/package.json
index 32b3c69..137b741 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,14 @@
 {
     "name": "iconv-lite",
     "description": "Convert character encodings in pure javascript.",
-    "version": "0.1.1",
+    "version": "0.1.2",
     
     "keywords": ["iconv", "convert", "charset"],
     "author": "Alexander Shtuchkin <ashtuchkin at gmail.com>",
     "contributors": [
-        "jenkinv (https://github.com/jenkinv)"
+        "jenkinv (https://github.com/jenkinv)",
+        "Adamansky Anton (https://github.com/adamansky)",
+        "George Stagas (https://github.com/stagas)"
     ],
     
     "homepage": "http://github.com/ashtuchkin/node-iconv/",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-iconv-lite.git



More information about the Pkg-javascript-commits mailing list