app-i18n/canna: set default encoding of canuum to EUC-JP
authorAkinori Hattori <hattya@gentoo.org>
Sun, 23 Jul 2017 12:25:08 +0000 (21:25 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Sun, 23 Jul 2017 12:26:11 +0000 (21:26 +0900)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

app-i18n/canna/files/canna-canuum.patch

index 87866789c7c7ebc2bc78d501d79b91b8937c89c2..293ffbb54c907a35bcd933a6538513511b1989db 100644 (file)
@@ -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 @@