Get the length of unicode strings
npm install unicode-lengthunicode-length
--------------



Installation
------------
Install unicode-length by running:
``sh`
$ npm install --save unicode-length
Documentation
-------------
Get the length of a unicode string.
Example:
`coffee`
unicodeLength = require('unicode-length')
console.log(unicodeLength.get('汉字'))Outputs 2
Tests
-----
Run the test suite by doing:
`sh`
$ gulp test
Contribute
----------
- Issue Tracker: github.com/jviotti/unicode-length/issues
- Source Code: github.com/jviotti/unicode-length
Before submitting a PR, please make sure that you include tests, and that coffeelint runs without any warning:
`sh``
$ gulp lint
Support
-------
If you're having any problem, please raise an issue on GitHub.
License
-------
The project is licensed under the MIT license.