https://bugs.winehq.org/show_bug.cgi?id=52912
Bug ID: 52912 Summary: t2embed:t2embed fails on Windows with the UTF-8 codepage Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: t2embed Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
t2embed:t2embed fails on Windows with the UTF-8 codepage:
t2embed.c:103: Test failed: Unexpected retval 0x117. --> E_PERMISSIONSINVALID t2embed.c:107: Test failed: Unexpected retval 0. --> E_NONE t2embed.c:108: Test failed: Unexpected status 0x2.
https://test.winehq.org/data/patterns.html#t2embed:t2embed
https://bugs.winehq.org/show_bug.cgi?id=52912
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=52912
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=52912
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |6da1e08dba93ac1e13faae8102c | |d69f14d449940 Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This is fixed:
commit 6da1e08dba93ac1e13faae8102cd69f14d449940 Author: François Gouget fgouget@codeweavers.com AuthorDate: Tue Mar 7 13:57:59 2023 +0100
t2embed/tests: Fix the TTGetEmbeddingType() test in UTF-8 locales.
A screen-compatible memory DC uses a TrueType font by default in UTF-8 locales.
https://bugs.winehq.org/show_bug.cgi?id=52912
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.4.
https://bugs.winehq.org/show_bug.cgi?id=52912
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- Why would this depend on UTF-8?
https://bugs.winehq.org/show_bug.cgi?id=52912
--- Comment #4 from François Gouget fgouget@codeweavers.com --- I suspect that bitmap fonts cannot represent all the Unicode characters so that UTF-8 locales use a different default font, a TrueType one.