Module: wine Branch: master Commit: 447384e7b89289c661b2e22f9c050bf0dc9b292c URL: http://source.winehq.org/git/wine.git/?a=commit;h=447384e7b89289c661b2e22f9c...
Author: Aric Stewart aric@codeweavers.com Date: Wed Dec 14 10:22:07 2011 -0600
usp10: Add Spacing Modifier Letters to the Latin script block.
---
dlls/usp10/usp10.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/dlls/usp10/usp10.c b/dlls/usp10/usp10.c index 4fcbfdf..3b99052 100644 --- a/dlls/usp10/usp10.c +++ b/dlls/usp10/usp10.c @@ -57,7 +57,8 @@ static const scriptRange scriptRanges[] = { /* Latin Extended-A: U+0100–U+017F */ /* Latin Extended-B: U+0180–U+024F */ /* IPA Extensions: U+0250–U+02AF */ - { Script_Latin, 0x80, 0x2af , Script_Numeric2, Script_Punctuation}, + /* Spacing Modifier Letters:U+02B0–U+02FF */ + { Script_Latin, 0x80, 0x2ff , Script_Numeric2, Script_Punctuation}, /* Combining Diacritical Marks : U+0300–U+036F */ { Script_Diacritical,0x300, 0x36f, 0, 0}, /* Greek: U+0370–U+03FF */