-
-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
SQLPage includes a statically linked version of SQLite.
SQLite by default does not support unicode (for case-insensitive matching, the UPPER and LOWER functions, ...).
To avoid binary bloat, SQLite recommends that applications overload SQLite functions with unicode-aware versions using the unicode libraries the software already uses: https://www.sqlite.org/faq.html#q18
SQLPage could overload unicode functions using rust's standard library unicode-aware functions.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request