usp10: Windows 7 defines a Tibetan numeric script but never uses it.

This commit is contained in:
Aric Stewart 2011-11-17 09:39:51 -07:00 committed by Alexandre Julliard
parent 5471f357c0
commit 92f706cd74
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ static const scriptRange scriptRanges[] = {
/* Lao: U+0E80U+0EFF */
{ Script_Lao, 0xe80, 0xeff, Script_Lao_Numeric, 0},
/* Tibetan: U+0F00U+0FFF */
{ Script_Tibetan, 0xf00, 0xfff, Script_Tibetan_Numeric, 0},
{ Script_Tibetan, 0xf00, 0xfff, 0, 0},
/* Georgian: U+10A0U+10FF */
{ Script_Georgian, 0x10a0, 0x10ff, 0, 0},
/* Vedic Extensions: U+1CD0-U+1CFF */