ref: fab67b85ecc0159bd1a032146892f67e2eb6ff95
parent: f68bd408360b8ec1ee2192bc46ea93cc935056fa
author: Werner Lemberg <[email protected]>
date: Thu Oct 1 12:47:05 EDT 2015
* src/autofit/afranges.c (af_deva_nonbase_uniranges): Fix ranges. They should be a subset of `af_deva_uniranges'.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2015-10-01 Werner Lemberg <[email protected]>
+ * src/autofit/afranges.c (af_deva_nonbase_uniranges): Fix ranges.
+ They should be a subset of `af_deva_uniranges'.
+
+2015-10-01 Werner Lemberg <[email protected]>
+
[sfnt] Make `tt_cmap4_char_map_linear' faster (#46078).
* src/sfnt/ttcmap.c (tt_cmap4_char_map_linear): Use inner loop to
--- 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 )