]> git.eshelyaron.com Git - emacs.git/commitdiff
Add 4 new bidi-class values in unidata-gen.el.
authorEli Zaretskii <eliz@gnu.org>
Sun, 22 Dec 2013 18:24:23 +0000 (20:24 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 22 Dec 2013 18:24:23 +0000 (20:24 +0200)
admin/ChangeLog
admin/unidata/unidata-gen.el

index 7671ae409cd187c49b4c7d28660e616af1fb7ec5..63ed9bfbd6c7ff00399363548c0a9aeb11f91be2 100644 (file)
@@ -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>
 
index ed531eeea25513934edc45f5deeeff3511da569a..b0f69468de1f9c7bf5cb1f9816a820e95bb58001 100644 (file)
@@ -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")