* src/autofit/afranges.c (af_deva_nonbase_uniranges): Fix ranges.

They should be a subset of `af_deva_uniranges'.
This commit is contained in:
Werner Lemberg 2015-10-01 16:47:05 +02:00
parent f68bd40836
commit fab67b85ec
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2015-10-01 Werner Lemberg <wl@gnu.org>
* src/autofit/afranges.c (af_deva_nonbase_uniranges): Fix ranges.
They should be a subset of `af_deva_uniranges'.
2015-10-01 Werner Lemberg <wl@gnu.org>
[sfnt] Make `tt_cmap4_char_map_linear' faster (#46078).

View File

@ -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 )