Commit aab2b8d83ed88e4aa41e33d38d40513e27a336f9

Werner Lemberg 2016-07-02T08:37:44

[autofit] Update to Unicode 9.0.0. * src/autofit/afranges.c (af_arab_nonbase_uniranges, af_cyrl_uniranges): Add new data.

diff --git a/ChangeLog b/ChangeLog
index 9484525..fc1b873 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-07-02  Werner Lemberg  <wl@gnu.org>
+
+	[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  <apodtele@gmail.com>
 
 	[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 )
   };