0.1.1 • Published 9 years ago

utf82hex v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

utf82hex

NPM

Usage

> var utf82hex = require('utf82hex')
undefined
> utf82hex.encode("漢字") // This is represented as unicode codepoints '\u6f22' + '\u5b57'
'e6bca2e5ad97'     // Hex string representation of the unicode encoded in utf-8
> utf82hex.decode("e6bca2e5ad97")
'漢字'

Look at the "UTF-8 (hex)" section and compare to the output to see how it works.

0.1.1

9 years ago

0.1.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago