Module unicode_bidi::char_data
source · Expand description
Accessor for Bidi_Class
property from Unicode Character Database (UCD)
Re-exports§
pub use self::tables::BidiClass;
pub use self::tables::UNICODE_VERSION;
Modules§
- tables 🔒
Structs§
- Hardcoded Bidi data that ships with the unicode-bidi crate.
Functions§
- Find the
BidiClass
of a single char. - If this character is a bracket according to BidiBrackets.txt, return the corresponding normalized opening bracket of the pair, and whether or not it itself is an opening bracket.