UniLib: C++11 Embeddable Unicode Library
========================================

UniLib is an embeddable C++11 Unicode library under MPL 2.0 license
(http://www.mozilla.org/MPL/2.0/). It is versioned using Semantic Versioning
(http://semver.org/).

If currently offers:
- utf-8 and utf-16 encodings
- Unicode General Category info
- simple lowercasing, titlecasing and uppercasing
- Unicode normalization forms
- efficient stripping of combining marks

It is tested on the following compilers and platforms:
- Linux using gcc
- Windows using tdm-gcc
- Windows using Visual C++ 2013
- OS X using clang

Copyright 2015 Institute of Formal and Applied Linguistics, Faculty of
Mathematics and Physics, Charles University in Prague, Czech Republic.

UniLib repository http://github.com/ufal/unilib is hosted on GitHub.
