https://bugs.winehq.org/show_bug.cgi?id=55335
Bug ID: 55335 Summary: gdi32:font - test_text_metrics() fails on Windows for the Korean locale Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: gdi32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
gdi32:font - test_text_metrics() fails on Windows for the Korean locale (ko_KR):
font.c:3991: Test failed: A: tmBreakChar for ���� ���� got 1f expected 02 font.c:4013: Test failed: W: tmBreakChar for ���� ���� got 1f expected 02 [...] font.c:3991: Test failed: A: tmBreakChar for ���� ���� Semilight got 1f expected 02 font.c:4013: Test failed: W: tmBreakChar for ���� ���� Semilight got 1f expected 02 [... 270+ additional failures...]
See https://test.winehq.org/data/patterns.html#gdi32:font
This is similar to the tmDefaultChar failures in bug 52967.