** Description changed:
+ Binary package hint: mab-db
+
Man-db cannot show manpages-ko in ko_KR.UTF-8 locale environment.
I patched man-db.
--- man-db-2.4.4.orig/src/encodings.c 2006-12-26 23:14:52.000000000 +0900
+++ man-db-2.4.4/src/encodings.c 2007-12-16 01:43:35.511588683 +0900
@@ -425,7 +428,8 @@
*/
if ((STREQ (input, "BIG5") ||
STREQ (input, "EUC-JP") ||
- STREQ (input, "GB2312") || STREQ (input, "GBK")) &&
+ STREQ (input, "GB2312") ||
+ STREQ (input, "GBK")) || STREQ (input, "EUC-KR") &&
STREQ (output, "UTF-8"))
return 1;
#endif /* MULTIBYTE_GROFF */
@@ -498,7 +502,8 @@
if (STREQ (ctype, "ja_JP.UTF-8") ||
STREQ (ctype, "zh_CN.UTF-8") ||
STREQ (ctype, "zh_SG.UTF-8") ||
- STREQ (ctype, "zh_TW.UTF-8"))
+ STREQ (ctype, "zh_TW.UTF-8") ||
+ STREQ (ctype, "ko_KR.UTF-8"))
roff_encoding = "UTF-8";
}
#endif /* MULTIBYTE_GROFF */
--
ko_KR.UTF-8 multibyte patch
https://bugs.launchpad.net/bugs/176896
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs