Aric Stewart : usp10: Add fallback font for Myanmar.

Alexandre Julliard julliard at winehq.org
Tue Mar 27 12:48:04 CDT 2012


Module: wine
Branch: master
Commit: 9f6217e8314d928fd3ccc95f0368a0bebb621fed
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9f6217e8314d928fd3ccc95f0368a0bebb621fed

Author: Aric Stewart <aric at codeweavers.com>
Date:   Mon Mar 26 11:40:49 2012 -0500

usp10: Add fallback font for Myanmar.

---

 dlls/usp10/usp10.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/usp10/usp10.c b/dlls/usp10/usp10.c
index 4d0d9f3..90b1259 100644
--- a/dlls/usp10/usp10.c
+++ b/dlls/usp10/usp10.c
@@ -492,7 +492,7 @@ const scriptData scriptInformation[] = {
     {{Script_Myanmar, 0, 0, 0, 0, 0, 0, { 0,0,0,0,0,0,0,0,0,0,0}},
      {0x55, 0, 1, 1, 1, DEFAULT_CHARSET, 0, 0, 0, 0, 1, 0, 0, 0, 0},
      MS_MAKE_TAG('m','y','m','r'),
-     {0}},
+     {'M','y','a','n','m','a','r',' ','T','e','x','t',0}},
     {{Script_Myanmar_Numeric, 0, 0, 0, 0, 0, 0, { 0,0,0,0,0,0,0,0,0,0,0}},
      {0x55, 1, 1, 0, 0, DEFAULT_CHARSET, 0, 0, 0, 0, 0, 0, 0, 0, 0},
      MS_MAKE_TAG('m','y','m','r'),




More information about the wine-cvs mailing list