commit: 1752b7ce1aa0691721a888b1c87c6bf6cebc5383
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 12:25:08 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 12:26:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1752b7ce
app-i18n/canna: set default encoding of canuum to EUC-JP
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-i18n/canna/files/canna-canuum.patch | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/app-i18n/canna/files/canna-canuum.patch
b/app-i18n/canna/files/canna-canuum.patch
index 87866789c7c..293ffbb54c9 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 @@