diff options
author | Akinori Hattori <hattya@gentoo.org> | 2017-07-23 21:25:08 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-07-23 21:26:11 +0900 |
commit | 1752b7ce1aa0691721a888b1c87c6bf6cebc5383 (patch) | |
tree | 2ec247c758cdd2bbdbfc10a47c64c2aad5ef3269 /app-i18n/canna | |
parent | app-i18n/canna: inherit autotools (diff) | |
download | gentoo-1752b7ce1aa0691721a888b1c87c6bf6cebc5383.tar.gz gentoo-1752b7ce1aa0691721a888b1c87c6bf6cebc5383.tar.bz2 gentoo-1752b7ce1aa0691721a888b1c87c6bf6cebc5383.zip |
app-i18n/canna: set default encoding of canuum to EUC-JP
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-i18n/canna')
-rw-r--r-- | app-i18n/canna/files/canna-canuum.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-i18n/canna/files/canna-canuum.patch b/app-i18n/canna/files/canna-canuum.patch index 87866789c7c7..293ffbb54c90 100644 --- a/app-i18n/canna/files/canna-canuum.patch +++ b/app-i18n/canna/files/canna-canuum.patch @@ -9,6 +9,19 @@ [ --with-term-libs=-lLIB terminal library to be used ],) if test -n "$with_term_libs"; then AC_MSG_RESULT($with_term_libs) +--- a/canuum/wnn_config.h ++++ b/canuum/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 + --- a/canuum/wnn_os.h +++ b/canuum/wnn_os.h @@ -41,6 +41,7 @@ |