Skip to content

Add unicode support in the built-in SQLite database #155

@lovasoa

Description

@lovasoa

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions