[Bug 7571] Accented character glyphs are mixed up with TrueType fonts (affects e.g. Lotus Notes R5)

Wine Bugs wine-bugs at winehq.org
Fri May 11 14:33:21 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=7571





------- Additional Comments From inckie at gmail.com  2007-11-05 14:33 -------
Created an attachment (id=6231)
 --> (http://bugs.winehq.org/attachment.cgi?id=6231&action=view)
Preliminary workaround for Bug #7571 - Second version

Something along these lines, then? (Sorry, I’m still not familiar with that
callback stuff you mentioned.)

Now the odd thing is about the RUSSIAN_CHARSET issue... with my patch, I get

font.c:1223:Testing font <empty>, charset 1
font.c:1243:enumerated ansi 255, symbol 1, russian 0 fonts for NULL
font.c:1248: Test failed: NULL family should enumerate RUSSIAN_CHARSET
font.c:1256:enumerated ansi 0, symbol 0, russian 0 fonts for <empty>
font.c:1285:enumerated ansi 237, symbol 0, russian 0 fonts for <empty>
ANSI_CHARSET
font.c:1316:enumerated ansi 62, symbol 1, russian 20 fonts for <empty>
DEFAULT_CHARSET
font.c:1374:enumerated ansi 0, symbol 9, russian 0 fonts for <empty>
SYMBOL_CHARSET

However, without the patch...

font.c:1223:Testing font <empty>, charset 1
font.c:1243:enumerated ansi 62, symbol 1, russian 20 fonts for NULL
font.c:1256:enumerated ansi 0, symbol 0, russian 0 fonts for <empty>
font.c:1285:enumerated ansi 237, symbol 0, russian 0 fonts for <empty>
ANSI_CHARSET
font.c:1316:enumerated ansi 62, symbol 1, russian 20 fonts for <empty>
DEFAULT_CHARSET
font.c:1374:enumerated ansi 0, symbol 9, russian 0 fonts for <empty>
SYMBOL_CHARSET

Now, how come didn't it trigger that ok() at line 1248?&#8253;

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list