[Pkg-javascript-commits] [node-iconv-lite] 03/83: Added todo.
matthew pideil
mpideil-guest at moszumanska.debian.org
Tue Apr 1 19:56:44 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 0a09402d86039fbffcdcaba355423fcd9525523a
Author: Alexander Shtuchkin <ashtuchkin at gmail.com>
Date: Wed Nov 9 22:42:22 2011 +0400
Added todo.
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index a60bda2..fd48cbd 100644
--- a/README.md
+++ b/README.md
@@ -42,3 +42,10 @@ Untranslatable characters are set to '?'. No transliteration is currently suppor
npm install --dev iconv-lite
vows
+
+## TODO
+
+* Support streaming character conversion, something like util.pipe(req, iconv.fromEncodingStream('latin1')).
+* Add more encodings.
+* Add transliteration (best fit char).
+* Add tests and correct support of variable-byte encodings (currently work is delegated to node).
--
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