freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master aab2b8d: [autofit] Update to Unicode 9.0.0.


From: Werner LEMBERG
Subject: [freetype2] master aab2b8d: [autofit] Update to Unicode 9.0.0.
Date: Sat, 2 Jul 2016 06:38:06 +0000 (UTC)

branch: master
commit aab2b8d83ed88e4aa41e33d38d40513e27a336f9
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>

    [autofit] Update to Unicode 9.0.0.
    
    * src/autofit/afranges.c (af_arab_nonbase_uniranges,
    af_cyrl_uniranges): Add new data.
---
 ChangeLog              |    7 +++++++
 src/autofit/afranges.c |    2 ++
 2 files changed, 9 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 9484525..fc1b873 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-07-02  Werner Lemberg  <address@hidden>
+
+       [autofit] Update to Unicode 9.0.0.
+
+       * src/autofit/afranges.c (af_arab_nonbase_uniranges,
+       af_cyrl_uniranges): Add new data.
+
 2016-07-01  Alexei Podtelezhnikov  <address@hidden>
 
        [smooth] Variable type revision (part 1).
diff --git a/src/autofit/afranges.c b/src/autofit/afranges.c
index a7aa057..732f3d1 100644
--- a/src/autofit/afranges.c
+++ b/src/autofit/afranges.c
@@ -77,6 +77,7 @@
     AF_UNIRANGE_REC(  0x06DF,  0x06E4 ),
     AF_UNIRANGE_REC(  0x06E7,  0x06E8 ),
     AF_UNIRANGE_REC(  0x06EA,  0x06ED ),
+    AF_UNIRANGE_REC(  0x08D4,  0x08E1 ),
     AF_UNIRANGE_REC(  0x08E3,  0x08FF ),
     AF_UNIRANGE_REC(  0xFBB2,  0xFBC1 ),
     AF_UNIRANGE_REC(  0xFE70,  0xFE70 ),
@@ -141,6 +142,7 @@
     AF_UNIRANGE_REC(  0x0500,  0x052F ),  /* Cyrillic Supplement */
     AF_UNIRANGE_REC(  0x2DE0,  0x2DFF ),  /* Cyrillic Extended-A */
     AF_UNIRANGE_REC(  0xA640,  0xA69F ),  /* Cyrillic Extended-B */
+    AF_UNIRANGE_REC(  0x1C80,  0x1C8F ),  /* Cyrillic Extended-C */
     AF_UNIRANGE_REC(       0,       0 )
   };
 



reply via email to

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