Module 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ยง

HardcodedBidiData
Hardcoded Bidi data that ships with the unicode-bidi crate.

Functionsยง

bidi_class
Find the BidiClass of a single char.
bidi_matched_opening_bracket ๐Ÿ”’
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.
bsearch_range_value_table ๐Ÿ”’
is_rtl