[Pkg-javascript-commits] [node-iconv-lite] 13/83: added western windows-1252

matthew pideil mpideil-guest at moszumanska.debian.org
Tue Apr 1 19:56:45 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 e069d1884b6b6e919c83c774ff93677421e2b0c5
Author: adam <anton at adamansky.com>
Date:   Fri Feb 17 00:12:50 2012 +0700

    added western windows-1252
---
 encodings/western.js | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/encodings/western.js b/encodings/western.js
new file mode 100644
index 0000000..c59ebd7
--- /dev/null
+++ b/encodings/western.js
@@ -0,0 +1,9 @@
+module.exports = {
+    "windows1252": {
+        type : "singlebyte",
+        chars: "\u20ac\ufffd\u201a\u0192\u201e\u2026\u2020\u2021\u02c6\u2030\u0160\u2039\u0152\ufffd\u017d\ufffd\ufffd\u2018\u2019\u201c\u201d\u2022\u2013\u2014\u02dc\u2122\u0161\u203a\u0153\ufffd\u017e\u0178\xa0\xa1\xa2\xa3\xa4\xa5\xa6\xa7\xa8\xa9\xaa\xab\xac\xad\xae\xaf\xb0\xb1\xb2\xb3\xb4\xb5\xb6\xb7\xb8\xb9\xba\xbb\xbc\xbd\xbe\xbf\xc0\xc1\xc2\xc3\xc4\xc5\xc6\xc7\xc8\xc9\xca\xcb\xcc\xcd\xce\xcf\xd0\xd1\xd2\xd3\xd4\xd5\xd6\xd7\xd8\xd9\xda\xdb\xdc\xdd\xde\xdf\xe0\xe1\xe2\xe3\xe4\xe5\xe6 [...]
+    },
+    "windows-1252" : "windows1252",
+    "cp1252" : "windows1252",
+    "1252" : "windows1252"
+};
\ No newline at end of file

-- 
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