@3-/utf8

0.0.3 • Public • Published

@3-/utf8

test/main.coffee :

#!/usr/bin/env coffee

import utf8e from '@3-/utf8/utf8e'
import utf8d from '@3-/utf8/utf8d'
import autoe from '@3-/utf8/autoe'

console.log utf8d utf8e '测试'

console.log autoe ''
console.log autoe Buffer.from [1,2,3]

output :

测试
Uint8Array(3) [ 232, 189, 166 ]
<Buffer 01 02 03>

/@3-/utf8/

    Package Sidebar

    Install

    npm i @3-/utf8

    Weekly Downloads

    99

    Version

    0.0.3

    License

    Apache-2.0

    Unpacked Size

    1.95 kB

    Total Files

    8

    Last publish

    Collaborators

    • i18n-now