Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 776 Bytes

File metadata and controls

23 lines (16 loc) · 776 Bytes

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.