Hello,

I'm glad to announce that nunicode SQLite extension was updated to 
support Unicode 8.0. This extension support the following encodings: 
UTF-8, UTF-16, UTF-16LE, UTF-16BE and only 230Kb in size (approximately).

This extension provides the following Unicode-aware components:

- upper(X)
- lower(X)
- X LIKE Y ESCAPE Z
- COLLATE NU800 : case-sensitive Unicode 8.0.0 collation
- COLLATE NU800_NOCASE : case-insensitive Unicode 8.0.0 collation

You can read about and download this extension at BitBucket page of 
nunicode library: 
https://bitbucket.org/alekseyt/nunicode#markdown-header-sqlite3-extension

If you were using previous version of nunicode extension for SQLite, 
please note that extension was renamed from libnunicode to libnusqlite3. 
The entry points remained the same: sqlite3_nunicode_init() and 
nunicode_sqlite3_static_init(). Sorry for the inconvenience.

Also note that this version of extension is no longer providing NU700 
and NU700_NOCASE collations, they are replaced with NU800 and NU800_NOCASE.

Complete changelog is available here: 
https://bitbucket.org/alekseyt/nunicode/raw/master/CHANGELOG

Reply via email to