# node icu tokenizer

## 1.0.3
* Specify UTF-8 as the encoding for our UnicodeString string instead of relying on the default.
* Create a Locale instance using language and country to avoid having the tokenizer fallback to the default locale.

## 1.0.2
* Updated docs for compiling ICU from source

## 1.0.1
* Adds /usr/local/include path for os x buids

## 1.0.0
* Initial Commit