usp10: Add Spacing Modifier Letters to the Latin script block.

This commit is contained in:
Aric Stewart 2011-12-14 10:22:07 -06:00 committed by Alexandre Julliard
parent 4d188aa20e
commit 447384e7b8
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ static const scriptRange scriptRanges[] = {
/* Latin Extended-A: U+0100U+017F */
/* Latin Extended-B: U+0180U+024F */
/* IPA Extensions: U+0250U+02AF */
{ Script_Latin, 0x80, 0x2af , Script_Numeric2, Script_Punctuation},
/* Spacing Modifier Letters:U+02B0U+02FF */
{ Script_Latin, 0x80, 0x2ff , Script_Numeric2, Script_Punctuation},
/* Combining Diacritical Marks : U+0300U+036F */
{ Script_Diacritical,0x300, 0x36f, 0, 0},
/* Greek: U+0370U+03FF */