freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master fab67b8 2/3: * src/autofit/afranges.c (af_deva_nonbas


From: Werner LEMBERG
Subject: [freetype2] master fab67b8 2/3: * src/autofit/afranges.c (af_deva_nonbase_uniranges): Fix ranges.
Date: Thu, 01 Oct 2015 17:06:40 +0000

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

    * src/autofit/afranges.c (af_deva_nonbase_uniranges): Fix ranges.
    They should be a subset of `af_deva_uniranges'.
---
 ChangeLog              |    5 +++++
 src/autofit/afranges.c |    3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6e58029..e976629 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2015-10-01  Werner Lemberg  <address@hidden>
 
+       * src/autofit/afranges.c (af_deva_nonbase_uniranges): Fix ranges.
+       They should be a subset of `af_deva_uniranges'.
+
+2015-10-01  Werner Lemberg  <address@hidden>
+
        [sfnt] Make `tt_cmap4_char_map_linear' faster (#46078).
 
        * src/sfnt/ttcmap.c (tt_cmap4_char_map_linear): Use inner loop to
diff --git a/src/autofit/afranges.c b/src/autofit/afranges.c
index 844c112..13c2213 100644
--- a/src/autofit/afranges.c
+++ b/src/autofit/afranges.c
@@ -132,10 +132,9 @@
   {
     AF_UNIRANGE_REC(  0x0900UL,  0x0902UL ),
     AF_UNIRANGE_REC(  0x093AUL,  0x093AUL ),
-    AF_UNIRANGE_REC(  0x093CUL,  0x093CUL ),
     AF_UNIRANGE_REC(  0x0941UL,  0x0948UL ),
     AF_UNIRANGE_REC(  0x094DUL,  0x094DUL ),
-    AF_UNIRANGE_REC(  0x0951UL,  0x0957UL ),
+    AF_UNIRANGE_REC(  0x0953UL,  0x0957UL ),
     AF_UNIRANGE_REC(  0x0962UL,  0x0963UL ),
     AF_UNIRANGE_REC(  0xA8E0UL,  0xA8F1UL ),
     AF_UNIRANGE_REC(       0UL,       0UL )



reply via email to

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