[Pkg-javascript-commits] [node-iconv-lite] 25/83: Version 0.1.3

matthew pideil mpideil-guest at moszumanska.debian.org
Tue Apr 1 19:56:47 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 a6da151231db15f56dfed942bda9b277cbcfba61
Author: Alexander Shtuchkin <ashtuchkin at gmail.com>
Date:   Sun May 6 14:06:22 2012 +0400

    Version 0.1.3
---
 README.md    | 1 +
 package.json | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index db3f5ab..a8af69b 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,7 @@ Currently the following encodings supported:
 *   Cyrillic encodings: 'windows-1251', 'koi8-r', 'iso-8859-5'
 *   Simplified chinese: 'gbk', 'gb2313'
 *   Greek encodings: 'windows-1253', 'iso-8859-7'/'greek', 'cp737', 'cp28597'
+*   Turkish encodings: 'windows1254', 'iso-8859-9'/'turkish'
 
 Other encodings are easy to add, see the source. Please, participate.
 
diff --git a/package.json b/package.json
index 137b741..46ab108 100644
--- a/package.json
+++ b/package.json
@@ -1,14 +1,15 @@
 {
     "name": "iconv-lite",
     "description": "Convert character encodings in pure javascript.",
-    "version": "0.1.2",
+    "version": "0.1.3",
     
     "keywords": ["iconv", "convert", "charset"],
     "author": "Alexander Shtuchkin <ashtuchkin at gmail.com>",
     "contributors": [
         "jenkinv (https://github.com/jenkinv)",
         "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)"
     ],
     
     "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