[Pkg-javascript-commits] [node-iconv-lite] 63/83: Version 0.2.8: added big5 and mac euro encodings.
matthew pideil
mpideil-guest at moszumanska.debian.org
Tue Apr 1 19:56:51 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 6e3162a46582bfbedf90f5d235f444c40ca8211f
Author: Alexander Shtuchkin <ashtuchkin at gmail.com>
Date: Wed Apr 17 00:40:27 2013 +0400
Version 0.2.8: added big5 and mac euro encodings.
---
README.md | 6 ++++--
package.json | 8 ++++++--
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index f353578..66de64e 100644
--- a/README.md
+++ b/README.md
@@ -51,8 +51,10 @@ Untranslatable characters are set to � or ?. No transliteration is currently s
## Testing
- npm install --dev iconv-lite
- vows
+ git clone git at github.com:ashtuchkin/iconv-lite.git
+ cd iconv-lite
+ npm install
+ npm test
# To view performance:
node test/performance.js
diff --git a/package.json b/package.json
index 6ef7d09..9f5b93b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "iconv-lite",
"description": "Convert character encodings in pure javascript.",
- "version": "0.2.7",
+ "version": "0.2.8",
"keywords": ["iconv", "convert", "charset"],
"author": "Alexander Shtuchkin <ashtuchkin at gmail.com>",
@@ -9,7 +9,11 @@
"Jinwu Zhan (https://github.com/jenkinv)",
"Adamansky Anton (https://github.com/adamansky)",
"George Stagas (https://github.com/stagas)",
- "Mike D Pilsbury (https://github.com/pekim)"
+ "Mike D Pilsbury (https://github.com/pekim)",
+ "Niggler (https://github.com/Niggler)",
+ "wychi (https://github.com/wychi)",
+ "David Kuo (https://github.com/david50407)",
+ "ChangZhuo Chen (https://github.com/czchen)"
],
"main": "index.js",
--
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