Skip to content

Commit

Permalink
doc: fixes #5
Browse files Browse the repository at this point in the history
Unicode extension overrides NOCASE collation.
  • Loading branch information
nalgeon committed Apr 2, 2021
1 parent 1ecfe98 commit cda9880
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/unicode.md
Expand Up @@ -6,6 +6,8 @@ This extension implements true UNICODE functionality for SQLite in regards of ca
- `unaccent()` function to normalize strings for comparison by removing accents.
- `LIKE` operator that uses casefolding to provide case-independent matching.

Overrides the default NOCASE case-insensitive collation sequence to support UTF-8 characters.

Has no external dependencies (like libicu). Adapted from [sqlite3_unicode](https://github.com/Zensey/sqlite3_unicode) by Anton Litvinov.

[Download](https://github.com/nalgeon/sqlite-plus/releases/latest)
Expand Down

0 comments on commit cda9880

Please sign in to comment.