Skip to content
New issue

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

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

Open
Hamayama opened this issue Oct 12, 2020 · 1 comment

Comments

@Hamayama
Copy link
Collaborator

Hamayama commented Oct 12, 2020

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant