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

They should be a subset of `af_deva_uniranges'.
2.6.5
Werner Lemberg 9 years ago
parent f68bd40836
commit fab67b85ec
  1. 5
      ChangeLog
  2. 3
      src/autofit/afranges.c

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

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

Loading…
Cancel
Save