On Mon, Mar 18, 2019 at 9:24 PM Alexandre Julliard <julliard@winehq.org> wrote:
>
> Module: wine
> Branch: master
> Commit: c8e195e1797bd513c91927743b3ed38fdfa86c2f
> URL:    https://source.winehq.org/git/wine.git/?a=commit;h=c8e195e1797bd513c91927743b3ed38fdfa86c2f
>
> Author: Piotr Caban <piotr@codeweavers.com>
> Date:   Mon Mar 18 20:03:40 2019 +0100
>
> kernel32: Restore C locale for LC_CTYPE category.

I found that this commit broke CJK input method on Wine, even with Sagawa's patch for bug 46851[1].
It seems that Fcitx needs a LC_CTYPE matched to local language. Reverting this commit and applying Sagawa's patch can fix the problem.
I don't know if we can fix the input medthod problem in imm32 or some other components instead of reverting this commit.

--
Regards,
Jactry Zeng