emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115695: Add 4 new bidi-class values in unidata-gen.


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r115695: Add 4 new bidi-class values in unidata-gen.el.
Date: Sun, 22 Dec 2013 18:24:35 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115695
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sun 2013-12-22 20:24:23 +0200
message:
  Add 4 new bidi-class values in unidata-gen.el.
modified:
  admin/ChangeLog                changelog-20091113204419-o5vbwnq5f7feedwu-2226
  admin/unidata/unidata-gen.el   
unidatagen.el-20091113204419-o5vbwnq5f7feedwu-8382
=== modified file 'admin/ChangeLog'
--- a/admin/ChangeLog   2013-12-22 18:02:37 +0000
+++ b/admin/ChangeLog   2013-12-22 18:24:23 +0000
@@ -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  <address@hidden>
 

=== modified file 'admin/unidata/unidata-gen.el'
--- a/admin/unidata/unidata-gen.el      2013-12-22 18:02:37 +0000
+++ b/admin/unidata/unidata-gen.el      2013-12-22 18:24:23 +0000
@@ -1134,6 +1134,10 @@
               (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")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]