0.0.3 • Published 1 year ago

@w5/utf8 v0.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@w5/utf8

test/main.coffee :

#!/usr/bin/env coffee

import utf8e from '@w5/utf8/utf8e'
import utf8d from '@w5/utf8/utf8d'
import autoe from '@w5/utf8/autoe'

console.log utf8d utf8e '测试'

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

output :

测试