lem icon indicating copy to clipboard operation
lem copied to clipboard

[Windows] [lem-pdcurses] Display corruption of Japanese Characters on WIndows 10

Open Hamayama opened this issue 4 years ago • 1 comments

On Windows 10, the display corruption of Japanese characters occurs. (On Windows 8.1 or earlier, it doesn't occur.)

I made a modified version of PDCurses to fix this issue. https://github.com/Hamayama/PDCurses-win10-jp https://github.com/Hamayama/PDCurses-win10-jp-package

Its installation procedure is as follows.

  1. Download PDCurses-win10-jp Download the package file for MSYS2/MinGW-w64 environment from https://github.com/Hamayama/PDCurses-win10-jp-package/releases .

  2. Install PDCurses-win10-jp Open 'MSYS2 MinGW 64-bit Shell' from program menu and run the following commands.

    pacman -U mingw-w64-x86_64-pdcurses-win10-jp-3.9-31-any.pkg.tar.xz
    cp -i /mingw64/include/pdcurses.h /mingw64/include/ncurses.h
    
  3. Run lem-pdcurses Please see the usage of lem-pdcurses in https://github.com/cxxxr/lem/wiki/Windows-Platform . (NOTE : Lem must be up to date.)

Hamayama avatar Oct 12 '20 13:10 Hamayama

Before (NG) : lem_win10_NG

After (OK) : lem_win10_OK

Hamayama avatar Oct 12 '20 13:10 Hamayama