You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
188 B

4 years ago
  1. exports.ucs2 = {};
  2. exports.encode = exports.decode =
  3. exports.ucs2.encode = exports.ucs2.decode =
  4. exports.toUnicode = exports.toASCII =
  5. function (s) { return s };
  6. exports.version = "0.0.0";