http://bugs.winehq.org/show_bug.cgi?id=10660
--- Comment #29 from Dmitry Timoshkov dmitry@codeweavers.com 2008-02-11 06:06:03 --- I just performed a simple test: took marlett.ttf from XP (it has only symbol bit set in ulCodePageRange1 (0x80000000)), opened it with Fontforge and saved as marlett.sfd. Then I generated marlett.ttf from marlett.sfd using genttf.ff from wine/fonts (Open($1; Generate($2, "ttf", 0);)
New marlett.ttf has ulCodePageRange1 set to 0x80000001, i.e. both symbol and latin1 unicode ranges. Does that qualify as a fontforge bug?