We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.)
The text was updated successfully, but these errors were encountered:
Before (NG) :
After (OK) :
Sorry, something went wrong.
No branches or pull requests
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.
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.)
The text was updated successfully, but these errors were encountered: