On Wed, 17 Dec 2003, David Dawes wrote: > On Thu, Dec 18, 2003 at 09:37:04AM +0800, James Su wrote: > >This patch fixes a bug in locale.alias which breaks the zh_CN.GB2312 locale. > > I've committed both of your patches there.
Could you commit the following patch (to locale.alias) as well? Although I don't use ko_KR.EUC-KR locale so often these days (having switched to UTF-8 locale), it's one of things I have to 'fix' when I install Linux on a new computer. It's so trivial that I didn't bother to file a bug at bugzilla. Thank you, Jungshik ----------Cut----------Here-------------------- Index: xc/nls/locale.alias =================================================================== RCS file: /cvs/xc/nls/locale.alias,v retrieving revision 1.62 diff -u -r1.62 locale.alias --- xc/nls/locale.alias 13 Feb 2003 02:52:42 -0000 1.62 +++ xc/nls/locale.alias 22 Dec 2003 14:45:14 -0000 @@ -419,6 +419,7 @@ ko: ko_KR.eucKR ko_KR: ko_KR.eucKR ko_KR.EUC: ko_KR.eucKR +ko_KR.EUC-KR: ko_KR.eucKR ko_KR.euc: ko_KR.eucKR ko_KR.euckr: ko_KR.eucKR ko_KR.utf8: ko_KR.UTF-8 ----------Cut------Here-------------------------------- _______________________________________________ I18n mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/i18n
