From e97918c57bd5c18096086379cc0f860853298d80 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Wed, 25 May 2016 07:13:29 +0200 Subject: [autofit] Fixes for Armenian and Gujarati ranges. * src/autofit/afranges.c (af_armn_uniranges): Corrected. (af_guru_nonbase_uniranges): Make U+0A3E a base character. --- ChangeLog | 7 +++++++ src/autofit/afranges.c | 5 ++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 258acb2f4..abd36ed63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2016-05-25 Werner Lemberg + + [autofit] Fixes for Armenian and Gujarati ranges. + + * src/autofit/afranges.c (af_armn_uniranges): Corrected. + (af_guru_nonbase_uniranges): Make U+0A3E a base character. + 2016-05-24 Werner Lemberg [autofit] Add support for Armenian script. diff --git a/src/autofit/afranges.c b/src/autofit/afranges.c index 4163f2c20..0f5f76875 100644 --- a/src/autofit/afranges.c +++ b/src/autofit/afranges.c @@ -93,8 +93,7 @@ const AF_Script_UniRangeRec af_armn_uniranges[] = { - AF_UNIRANGE_REC( 0x0530UL, 0x0558UL ), /* Armenian */ - AF_UNIRANGE_REC( 0x0560UL, 0x058FUL ), + AF_UNIRANGE_REC( 0x0530UL, 0x058FUL ), /* Armenian */ AF_UNIRANGE_REC( 0xFB13UL, 0xFB17UL ), /* Alphab. Present. Forms (Armenian) */ AF_UNIRANGE_REC( 0UL, 0UL ) }; @@ -249,7 +248,7 @@ const AF_Script_UniRangeRec af_guru_nonbase_uniranges[] = { AF_UNIRANGE_REC( 0x0A01UL, 0x0A02UL ), - AF_UNIRANGE_REC( 0x0A3CUL, 0x0A3EUL ), + AF_UNIRANGE_REC( 0x0A3CUL, 0x0A3CUL ), AF_UNIRANGE_REC( 0x0A41UL, 0x0A51UL ), AF_UNIRANGE_REC( 0x0A70UL, 0x0A71UL ), AF_UNIRANGE_REC( 0x0A75UL, 0x0A75UL ), -- cgit v1.2.1