Enum unicode_bidi::tables::BidiClass
[−]
[src]
pub enum BidiClass {
AL,
AN,
B,
BN,
CS,
EN,
ES,
ET,
FSI,
L,
LRE,
LRI,
LRO,
NSM,
ON,
PDF,
PDI,
R,
RLE,
RLI,
RLO,
S,
WS,
}Represents the Unicode character property Bidi_Class, also known as the bidirectional character type.
Use the bidi_class function to look up the BidiClass of a code point.
http://www.unicode.org/reports/tr9/#Bidirectional_Character_Types
Variants
AL | |
AN | |
B | |
BN | |
CS | |
EN | |
ES | |
ET | |
FSI | |
L | |
LRE | |
LRI | |
LRO | |
NSM | |
ON | |
PDF | |
PDI | |
R | |
RLE | |
RLI | |
RLO | |
S | |
WS |