Skip to content
/ ucdb Public

A compressed Unicode database for fast run-time search.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

hikogui/ucdb

Unicode Database (UCDB)

This is part of the HikoGUI project.

This crate contains the Unicode Database (UCDB) which will be build directly into your application. It is a fast and memory efficient. It can be used for various purposes such as normalization, text segmentation, script detection, bidirectional language support, etc.

Most of the database is used for looking attributes of a code-point, it does this using a O(1) two-step associative lookup. The composition/decomposition tables are a bit more complex.

License

Licensed under either of

at your option.

About

A compressed Unicode database for fast run-time search.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages