[Bug 50252] (linked ?) fonts not handled correctly since wine 5.21

WineHQ Bugzilla wine-bugs at winehq.org
Sat Dec 12 10:25:11 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=50252

Mokou <mokouthrowaway at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mokouthrowaway at gmail.com

--- Comment #10 from Mokou <mokouthrowaway at gmail.com> ---
Created attachment 68902
  --> https://bugs.winehq.org/attachment.cgi?id=68902
Japanese text rendering in notepad on wine 5.0 and 6.0-rc1

I can reproduce a very similar issue in a clean wineprefix with
LANG=ja_JP.UTF-8, no other locale-related environment variables set. Steps to
reproduce:

1. Open notepad
2. Paste "見本です"
3. Check if Japanese characters render correctly

I managed to reproduce this with LC_ALL=en_US.UTF-8 too so it might not be
locale-related.

The offending commit appears to be:
commit 044315c0b3890676d9fd751d8191b0b7381e0b97 (HEAD, refs/bisect/bad)
Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Oct 29 14:47:18 2020 +0100

    gdi32: Move the glyph index mapping for GetGlyphOutline() out of
freetype.c.

    Signed-off-by: Alexandre Julliard <julliard at winehq.org>

Japanese text rendering works fine on 044315c0b~1 but breaks on 044315c0b and
later.

308a0cf72d884f2b716b6df6954ef55e572b07cc managed to fix some related problems
(there was a similar issue with the font sample in winecfg), but the issue
described above can still be reproduced on wine-6.0-rc1 and wine-6.0-rc2
(current master).

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list