1 2 3 4 5 6 7 8 9 10 11 12 13
--- a/Wnn/include/wnn_config.h +++ b/Wnn/include/wnn_config.h @@ -149,8 +149,8 @@ #define TTY_KCODE J_EUJIS #define PTY_KCODE J_EUJIS # else /* !DGUX */ -#define TTY_KCODE J_JIS -#define PTY_KCODE J_JIS +#define TTY_KCODE J_EUJIS +#define PTY_KCODE J_EUJIS # endif #endif