lem
lem copied to clipboard
[Windows] [lem-pdcurses] Display corruption of Japanese Characters on WIndows 10
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.
-
Download PDCurses-win10-jp Download the package file for MSYS2/MinGW-w64 environment from https://github.com/Hamayama/PDCurses-win10-jp-package/releases .
-
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
-
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.)
Before (NG) :
After (OK) :