liutil
TypeScript icon, indicating that this package has built-in type declarations

1.0.10 • Public • Published

liutil

常用工具函数

开发工具为Visual Studio Code, 开发语言为TypeScript。

模块下载后有一个预编译过程,所以需要安装tsc

XML转码支持的格式(XMLEncode)

1. Node.js Native encodings: utf8, ucs2 / utf16le, ascii, binary, base64, hex
2. Unicode: UTF-16BE, UTF-16 (with BOM)
3. Single-byte:
      Windows codepages: 874, 1250-1258 (aliases: cpXXX, winXXX, windowsXXX)
      ISO codepages: ISO-8859-1 - ISO-8859-16
      IBM codepages: 437, 737, 775, 808, 850, 852, 855-858, 860-866, 869, 922, 1046, 1124, 1125, 1129, 1133, 1161-1163 (aliases cpXXX, ibmXXX)
      Mac codepages: maccroatian, maccyrillic, macgreek, maciceland, macroman, macromania, macthai, macturkish, macukraine, maccenteuro, macintosh
      KOI8 codepages: koi8-r, koi8-u, koi8-ru, koi8-t
      Miscellaneous: armscii8, rk1048, tcvn, georgianacademy, georgianps, pt154, viscii, iso646cn, iso646jp, hproman8, tis620
4. Multi-byte:
      Japanese: Shift_JIS, Windows-31j, Windows932, EUC-JP
      Chinese: GB2312, GBK, GB18030, Windows936, EUC-CN
      Korean: KS_C_5601, Windows949, EUC-KR
      Taiwan/Hong Kong: Big5, Big5-HKSCS, Windows950

/liutil/

    Package Sidebar

    Install

    npm i liutil

    Weekly Downloads

    6

    Version

    1.0.10

    License

    MIT

    Unpacked Size

    19.7 kB

    Total Files

    7

    Last publish

    Collaborators

    • huanjiesm