open-i18n / rust-unic

UNIC: Unicode and Internationalization Crates for Rust
https://crates.io/crates/unic
Other
234 stars 24 forks source link

Implement Unicode Arabic Cursive Joining algorithm #243

Open behnam opened 5 years ago

behnam commented 5 years ago

unic-ucd-joining

Char Properties:

Refs:

unic-string-joining

To implement Unicode Arabic Cursive Joining algorithm, returning a mapping from the input characters string to list of Joining_Form values (called Glyph Type in the spec).

Refs:


See also: