Bidi::CharData::BidiClass
Inherits Enum < Comparable < Value < Object
Represents values of the Unicode character property
Bidi_Class, also
known as the bidirectional character type.
Constants
AL = 0
Arabic Letter
AN = 1
Arabic Number
B = 2
Paragraph Separator
BN = 3
Boundary Neutral
CS = 4
Common Separator
EN = 5
European Number
ES = 6
European Separator
ET = 7
European Terminator
FSI = 8
First Strong Isolate
L = 9
Left-to-Right
LRE = 10
Left-to-Right Embedding
LRI = 11
Left-to-Right Isolate
LRO = 12
Left-to-Right Override
NSM = 13
Nonspacing Mark
ON = 14
Other Neutral
PDF = 15
Pop Directional Format
PDI = 16
Pop Directional Isolate
R = 17
Right-to-Left
RLE = 18
Right-to-Left Embedding
RLI = 19
Right-to-Left Isolate
RLO = 20
Right-to-Left Override
S = 21
Segment Separator
WS = 22
White Space
Instance methods
removed_by_x9?
Check if this character is removed by rule X9 http://www.unicode.org/reports/tr9/#X9