Add 4 new bidi-class values in unidata-gen.el.
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
* unidata/unidata-gen.el (unidata-split-name): Don't give any NAME
|
||||
to <control> characters: the Unicode Standard says they have no
|
||||
name. (Bug#16216)
|
||||
(unidata-describe-bidi-class): Add new "isolate" classes
|
||||
introduced by Unicode 6.3.
|
||||
|
||||
2013-12-12 David Engster <deng@randomsample.de>
|
||||
|
||||
|
||||
@@ -1134,6 +1134,10 @@ is the character itself.")))
|
||||
(RLE . "Right-to-Left Embedding")
|
||||
(RLO . "Right-to-Left Override")
|
||||
(PDF . "Pop Directional Format")
|
||||
(LRI . "Left-to-Right Isolate")
|
||||
(RLI . "Right-to-Left Isolate")
|
||||
(FSI . "First Strong Isolate")
|
||||
(PDI . "Pop Directional Isolate")
|
||||
(EN . "European Number")
|
||||
(ES . "European Number Separator")
|
||||
(ET . "European Number Terminator")
|
||||
|
||||
Reference in New Issue
Block a user