From owner-freebsd-i18n Tue Jun 12 2:36:40 2001 Delivered-To: freebsd-i18n@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 28C4937B405; Tue, 12 Jun 2001 02:36:32 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.4/8.11.4) id f5C9ZXA57261; Tue, 12 Jun 2001 13:35:33 +0400 (MSD) (envelope-from ache) Date: Tue, 12 Jun 2001 13:35:32 +0400 From: "Andrey A. Chernov" To: Joerg Wunsch Cc: freebsd-current@FreeBSD.ORG, i18n@FreeBSD.ORG Subject: Re: HEADS UP: locale names reorganization Message-ID: <20010612133532.B56905@nagual.pp.ru> References: <20010610163853.A1166@nagual.pp.ru> <200106101537.f5AFavo33433@mail.uic-in.net> <200106102136.f5ALawu94200@uriah.heep.sax.de> <20010611020547.A1379@nagual.pp.ru> <20010611082525.F94133@uriah.heep.sax.de> <20010611160108.A34164@nagual.pp.ru> <20010611212016.K94133@uriah.heep.sax.de> <20010611233423.A48057@nagual.pp.ru> <20010611235223.A48405@nagual.pp.ru> <20010612073257.B2752@uriah.heep.sax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010612073257.B2752@uriah.heep.sax.de>; from j@uriah.heep.sax.de on Tue, Jun 12, 2001 at 07:32:57AM +0200 Sender: owner-freebsd-i18n@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jun 12, 2001 at 07:32:57 +0200, Joerg Wunsch wrote: > I thought of two components, like ru_RU, en_US, or de_DE. AFAICT, > that's the common practice i've seen in the other Unices. Lets swith to i18n list, I Cc: here first time to notice -current readers. > > But then we need to rewrite all old programs which parse LANG > > directly to use nl_langinfo(CODESET). > > I didn't know that programs parse the name of the locale directly, i > always thought they just use the contents of files pointed to by this > name (under /usr/share/locale/), i. e. the actual local name would be > opaque to the application. > Do you have an example of a program parsing the name? I can't imagine > right now who does it and why... I can't remember much of them at this moment, but here are few examples: Look at libreadline code in contrib f.e. Current readline version not apply locale name parsing if setlocale() present, but old one do it. Readline use it to determine that codeset is 8bit, I saw other usages too. Moreover, all perl scripts parsing LANG are automatically affected (i.e. can't get codeset) because there is no nl_langinfo() in perl5 at all. Example: catman (our) Moreover, all shell scripts parsing LANG are affected, the same. Example: neqn, nroff (3rd party) Since there is no internal nl_langinfo() in shell/perl, external binary utility must be used to pick codeset, commonly it is: locale charmap call. We don't have this utility, so I object to short names until it will be present (maybe in reduced to charmap arg only form, as call to nl_langinfo(CODESET)). > Apart from that, those old applications would fall over the locale > name change anyway (e. g. they expect "de_DE.ISO_8859-1" but find > "de_DE.ISO8859-1" which they are not prepared to handle), so that's > really a good reason to introduce the lang_TERRITORY shorthands by the > same time (i'm speaking of -current only!). Most of parsing code compact codeset first, i.e. remove all "_" and "-" characters from codeset, lowercase it, then compare. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-i18n" in the body of the message From owner-freebsd-i18n Fri Jun 15 9:55:20 2001 Delivered-To: freebsd-i18n@freebsd.org Received: from st41.arena.ne.jp (st41.arena.ne.jp [210.150.208.2]) by hub.freebsd.org (Postfix) with ESMTP id 2E33037B409 for ; Fri, 15 Jun 2001 09:55:10 -0700 (PDT) (envelope-from issei@issei.org) Received: (qmail 22758 invoked from network); 16 Jun 2001 01:55:08 +0900 Received: from unknown (HELO loki) (211.121.250.160) by issei.org with SMTP; 16 Jun 2001 01:55:08 +0900 Date: Sat, 16 Jun 2001 01:57:17 +0900 From: Issei Suzuki To: tcsh@mx.gw.com Subject: Patch for FreeBSD-current Cc: FreeBSD-tech-jp@jp.FreeBSD.org, i18n@FreeBSD.org Message-Id: <20010616014130.9052.ISSEI@issei.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.00.06 Sender: owner-freebsd-i18n@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Recently, FreeBSD project has decided to rename their locale name, so please apply the following patch. c.f. http://docs.freebsd.org/mail/archive/2001/freebsd-i18n/20010603.freebsd-i18n.html http://docs.freebsd.org/mail/archive/2001/freebsd-i18n/20010610.freebsd-i18n.html Thanks, -- Issei.- diff -ur tcsh-6.10.01/tc.const.c tcsh-6.10.01-fbsd/tc.const.c --- tcsh-6.10.01/tc.const.c Sat Jun 16 01:20:26 2001 +++ tcsh-6.10.01-fbsd/tc.const.c Sat Jun 16 01:30:34 2001 @@ -147,6 +147,9 @@ # elif defined(aix) Char STRLANGEUCJPB[] = { 'j', 'a', '_', 'J', 'P', '\0' }; Char STRLANGEUCKRB[] = { 'k', 'o', '_', 'K', 'R', '\0' }; +# elif defined(__FreeBSD__) +Char STRLANGEUCJPB[] = { 'j', 'a', '_', 'J', 'P', '.', 'e', 'u', 'c', 'J', 'P', '\0' }; +Char STRLANGEUCKRB[] = { 'k', 'o', '_', 'K', 'R', '.', 'e', 'u', 'c', 'K', 'R', '\0' }; # else Char STRLANGEUCJPB[] = { '\0' }; Char STRLANGEUCKRB[] = { '\0' }; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-i18n" in the body of the message From owner-freebsd-i18n Fri Jun 15 15:45:49 2001 Delivered-To: freebsd-i18n@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 833DF37B403 for ; Fri, 15 Jun 2001 15:45:45 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.4/8.11.4) id f5FMjP322880; Sat, 16 Jun 2001 02:45:25 +0400 (MSD) (envelope-from ache) Date: Sat, 16 Jun 2001 02:45:22 +0400 From: "Andrey A. Chernov" To: Issei Suzuki Cc: tcsh@mx.gw.com, FreeBSD-tech-jp@jp.FreeBSD.org, i18n@FreeBSD.ORG Subject: Re: Patch for FreeBSD-current Message-ID: <20010616024521.A22793@nagual.pp.ru> References: <20010616014130.9052.ISSEI@issei.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010616014130.9052.ISSEI@issei.org>; from issei@issei.org on Sat, Jun 16, 2001 at 01:57:17AM +0900 Sender: owner-freebsd-i18n@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Jun 16, 2001 at 01:57:17 +0900, Issei Suzuki wrote: > Recently, FreeBSD project has decided to rename their locale name, > so please apply the following patch. > Please don't, this patch is not yet ready for commit. > Char STRLANGEUCJPB[] = { 'j', 'a', '_', 'J', 'P', '\0' }; > Char STRLANGEUCKRB[] = { 'k', 'o', '_', 'K', 'R', '\0' }; > +# elif defined(__FreeBSD__) > +Char STRLANGEUCJPB[] = { 'j', 'a', '_', 'J', 'P', '.', 'e', 'u', 'c', 'J', 'P', '\0' }; > +Char STRLANGEUCKRB[] = { 'k', 'o', '_', 'K', 'R', '.', 'e', 'u', 'c', 'K', 'R', '\0' }; You shoud rely not on __FreeBSD__ only but on __FreeBSD_version, too ( >= 500020) because this change not planned to be merged to FreeBSD 4.x yet. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-i18n" in the body of the message From owner-freebsd-i18n Fri Jun 15 16:13:58 2001 Delivered-To: freebsd-i18n@freebsd.org Received: from beowulf.gw.com (beowulf.gw.com [204.80.150.2]) by hub.freebsd.org (Postfix) with ESMTP id D563037B403 for ; Fri, 15 Jun 2001 16:13:55 -0700 (PDT) (envelope-from christos@zoulas.com) Received: by beowulf.gw.com (Postfix, from userid 10080) id 3C49F7ECE; Fri, 15 Jun 2001 19:13:47 -0400 (EDT) From: christos@zoulas.com (Christos Zoulas) Date: Fri, 15 Jun 2001 19:13:47 -0400 In-Reply-To: <20010616024521.A22793@nagual.pp.ru> from "Andrey A. Chernov" (Jun 16, 2:45am) Organization: Astron Software X-Mailer: Mail User's Shell (7.2.6 beta(4.pl1)+dynamic 20000103) To: TCSH Distribution List , Issei Suzuki Subject: Re: Patch for FreeBSD-current Cc: FreeBSD-tech-jp@jp.FreeBSD.org, i18n@FreeBSD.ORG Message-Id: <20010615231347.3C49F7ECE@beowulf.gw.com> Sender: owner-freebsd-i18n@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Jun 16, 2:45am, ache@nagual.pp.ru ("Andrey A. Chernov") wrote: -- Subject: Re: Patch for FreeBSD-current Ok, I will hold on to it. christos | On Sat, Jun 16, 2001 at 01:57:17 +0900, Issei Suzuki wrote: | > Recently, FreeBSD project has decided to rename their locale name, | > so please apply the following patch. | > | | Please don't, this patch is not yet ready for commit. | | > Char STRLANGEUCJPB[] = { 'j', 'a', '_', 'J', 'P', '\0' }; | > Char STRLANGEUCKRB[] = { 'k', 'o', '_', 'K', 'R', '\0' }; | > +# elif defined(__FreeBSD__) | > +Char STRLANGEUCJPB[] = { 'j', 'a', '_', 'J', 'P', '.', 'e', 'u', 'c', 'J', 'P', '\0' }; | > +Char STRLANGEUCKRB[] = { 'k', 'o', '_', 'K', 'R', '.', 'e', 'u', 'c', 'K', 'R', '\0' }; | | | You shoud rely not on __FreeBSD__ only but on __FreeBSD_version, too | ( >= 500020) because this change not planned to be merged to FreeBSD 4.x | yet. | | -- | Andrey A. Chernov | http://ache.pp.ru/ -- End of excerpt from "Andrey A. Chernov" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-i18n" in the body of the message From owner-freebsd-i18n Fri Jun 15 19: 2: 7 2001 Delivered-To: freebsd-i18n@freebsd.org Received: from mail.mk.bsdclub.org (adsl2180.ea.rim.or.jp [202.247.148.180]) by hub.freebsd.org (Postfix) with ESMTP id 91AA637B406 for ; Fri, 15 Jun 2001 19:02:03 -0700 (PDT) (envelope-from motoyuki@mk.bsdclub.org) Received: from sakura.mk.bsdclub.org (sakura.mk.bsdclub.org [3ffe:505:2022:0:2a0:c9ff:fe20:9aff]) by mail.mk.bsdclub.org (8.11.3+3.4W/3.7W/smtpfeed 1.12) with ESMTP/inet6 id f5G220L76751; Sat, 16 Jun 2001 11:02:00 +0900 (JST) Received: from sakura.mk.bsdclub.org (localhost.mk.bsdclub.org [127.0.0.1]) by sakura.mk.bsdclub.org (8.11.4/3.7W) with ESMTP/inet id f5G220q25446; Sat, 16 Jun 2001 11:02:00 +0900 (JST) Message-Id: <200106160202.f5G220q25446@sakura.mk.bsdclub.org> To: "Andrey A. Chernov" Cc: Issei Suzuki , tcsh@mx.gw.com, FreeBSD-tech-jp@jp.FreeBSD.org, i18n@FreeBSD.ORG Subject: Re: Patch for FreeBSD-current From: Motoyuki Konno X-Mailer: mh-e on Mule 2.3 / Emacs 19.34.1 References: <20010616014130.9052.ISSEI@issei.org> <20010616024521.A22793@nagual.pp.ru> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Date: Sat, 16 Jun 2001 11:02:00 +0900 Sender: owner-freebsd-i18n@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, "Andrey A. Chernov" wrote: > On Sat, Jun 16, 2001 at 01:57:17 +0900, Issei Suzuki wrote: > > Recently, FreeBSD project has decided to rename their locale name, > > so please apply the following patch. > > > > Please don't, this patch is not yet ready for commit. > > > Char STRLANGEUCJPB[] = { 'j', 'a', '_', 'J', 'P', '\0' }; > > Char STRLANGEUCKRB[] = { 'k', 'o', '_', 'K', 'R', '\0' }; > > +# elif defined(__FreeBSD__) > > +Char STRLANGEUCJPB[] = { 'j', 'a', '_', 'J', 'P', '.', 'e', 'u', 'c' , 'J', 'P', '\0' }; > > +Char STRLANGEUCKRB[] = { 'k', 'o', '_', 'K', 'R', '.', 'e', 'u', 'c' , 'K', 'R', '\0' }; > > > You shoud rely not on __FreeBSD__ only but on __FreeBSD_version, too > ( >= 500020) because this change not planned to be merged to FreeBSD 4.x > yet. Issei-san's patch is *adding* support of new locale names of FreeBSD (ja_JP.eucJP and ko_KR.eucKR), *not* deleting support of old locale names (ja_JP.EUC and ko_KO.EUC). tcsh with this patch works well even of FreeBSD 4.x systems. So, I think there is no problem with this patch. Please commit! -- ------------------------------------------------------------------------ Motoyuki Konno motoyuki@bsdclub.org (Home) motoyuki@FreeBSD.ORG (FreeBSD Project) http://www.freebsd.org/~motoyuki/ (WWW) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-i18n" in the body of the message From owner-freebsd-i18n Fri Jun 15 20:19:25 2001 Delivered-To: freebsd-i18n@freebsd.org Received: from st41.arena.ne.jp (st41.arena.ne.jp [210.150.208.2]) by hub.freebsd.org (Postfix) with ESMTP id 127A037B401 for ; Fri, 15 Jun 2001 20:19:21 -0700 (PDT) (envelope-from issei@issei.org) Received: (qmail 16826 invoked from network); 16 Jun 2001 12:19:19 +0900 Received: from unknown (HELO loki) (211.121.250.78) by issei.org with SMTP; 16 Jun 2001 12:19:19 +0900 Date: Sat, 16 Jun 2001 12:21:30 +0900 From: Issei Suzuki To: "Andrey A. Chernov" , i18n@FreeBSD.ORG Subject: Re: Patch for FreeBSD-current Cc: FreeBSD-tech-jp@jp.FreeBSD.org In-Reply-To: <20010616024521.A22793@nagual.pp.ru> References: <20010616014130.9052.ISSEI@issei.org> <20010616024521.A22793@nagual.pp.ru> Message-Id: <20010616113610.9058.ISSEI@issei.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.00.06 Sender: owner-freebsd-i18n@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi ache, /Background/ Tcsh does not use locales provied by libc (LC_CTYPE) to handle multibyte I/O stream, but uses their own code. And the shell variable "dspmbyte" controls its behaviour as described in manpage. Anyway, it is rather confusing to set both locale related environment variables (e.g. LANG, LC_ALL) and the shell variable "dspmbyte", so tcsh behaves as follows. When the locale related environment variable is set and the shell variable "dspmbyte" is not defined, tcsh looks up its internal table that is defined in tc.const.c and it automatically define dspmbyte. If "dspmbyte" has already been defined, tcsh does not change "dspmbyte" value, even if the user change the locale related environment variables. On Sat, 16 Jun 2001 02:45:22 +0400 "Andrey A. Chernov" wrote: > On Sat, Jun 16, 2001 at 01:57:17 +0900, Issei Suzuki wrote: > > Recently, FreeBSD project has decided to rename their locale name, > > so please apply the following patch. > > > > Please don't, this patch is not yet ready for commit. > > > Char STRLANGEUCJPB[] = { 'j', 'a', '_', 'J', 'P', '\0' }; > > Char STRLANGEUCKRB[] = { 'k', 'o', '_', 'K', 'R', '\0' }; > > +# elif defined(__FreeBSD__) > > +Char STRLANGEUCJPB[] = { 'j', 'a', '_', 'J', 'P', '.', 'e', 'u', 'c', 'J', 'P', '\0' }; > > +Char STRLANGEUCKRB[] = { 'k', 'o', '_', 'K', 'R', '.', 'e', 'u', 'c', 'K', 'R', '\0' }; > > > You shoud rely not on __FreeBSD__ only but on __FreeBSD_version, too > ( >= 500020) because this change not planned to be merged to FreeBSD 4.x > yet. The patch above adds the "ja_JP.eucJP" and "ko_KR.eucKR" entry to the tcsh internal table, so the tcsh behaves as follows When the user sets the environment variables to "ja_JP.EUC", "ko_KR.EUC" *or* "ja_JP.eucJP", "ko_KR.eucKR", and the shell variable "dspmbyte" is not defined, tcsh automatically defined "dspmbyte" to euc. I think it does not harm FreeBSD 4.x nor FreeBSD-current before the change, since they do not provide the locales named "ja_JP.eucJP" nor "ko_KR.eucKR." But without these entries, tcsh I/O seems to be broken when you remove old locale names from FreeBSD and set the environment variable to new locale names. Any comments? -- Issei.- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-i18n" in the body of the message From owner-freebsd-i18n Fri Jun 15 22:45:38 2001 Delivered-To: freebsd-i18n@freebsd.org Received: from mail.mk.bsdclub.org (adsl2180.ea.rim.or.jp [202.247.148.180]) by hub.freebsd.org (Postfix) with ESMTP id 8380737B405; Fri, 15 Jun 2001 22:45:31 -0700 (PDT) (envelope-from motoyuki@mk.bsdclub.org) Received: from sakura.mk.bsdclub.org (sakura.mk.bsdclub.org [3ffe:505:2022:0:2a0:c9ff:fe20:9aff]) by mail.mk.bsdclub.org (8.11.3+3.4W/3.7W/smtpfeed 1.12) with ESMTP/inet6 id f5G5jUL86566; Sat, 16 Jun 2001 14:45:30 +0900 (JST) Received: from sakura.mk.bsdclub.org (localhost.mk.bsdclub.org [127.0.0.1]) by sakura.mk.bsdclub.org (8.11.4/3.7W) with ESMTP/inet id f5G5jUq26040; Sat, 16 Jun 2001 14:45:30 +0900 (JST) Message-Id: <200106160545.f5G5jUq26040@sakura.mk.bsdclub.org> To: ports@freebsd.org Cc: i18n@FreeBSD.org From: Motoyuki Konno X-Mailer: mh-e on Mule 2.3 / Emacs 19.34.1 Subject: X locale-specific resource files Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Date: Sat, 16 Jun 2001 14:45:30 +0900 Sender: owner-freebsd-i18n@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To: ports and Cc: i18n. As the result of recent discussion in i18n ML, FreeBSD-current supports new locale names (*1) in addition to the old ones (*2). In the future, FreeBSD will support new locale names only. *1: *.ISO*, ja_JP.eucJP, ko_KR.eucKR, ... *2: *.ISO_*, ja_JP.EUC, ko_KR.EUC, ... As the X I18N, locale-specific resouce files should be installed into /usr/X11R6/lib/X11//app-defaults/. I found that some ports and packages (for example, x11-clocks/emiclock) install resource files into /usr/X11R6/lib/X11//app-defaults/. FreeBSD Ports Collections supports both -current and -stable version of FreeBSD. So, I think locale-specific resouce files should be installed into BOTH /usr/X11R6/lib/X11//app-defaults/ and /usr/X11R6/lib/X11//app-defaults/ during the transition period of locale name changes. I made the following plans: Plan A. 1. make both old (*3) and new (*4) resouce directory. 2. install local-specific resouce file into new directory. 3. ln -s /resourcefile /resourcefile bad point : ? Plan B. 1. make a new resource directory (*3). 2. install local-specific resource file into new directory. 3. old resource directory (*4) is a symlink to new one (*3). bad point : There's many FreeBSD boxes which already have old resource directory. ------ *3 : /usr/X11R6/lib/X11//app-defaults/ *4 : /usr/X11R6/lib/X11//app-defaults/ ------ I think plan A is better than plan B. Any comments? -- ------------------------------------------------------------------------ Motoyuki Konno motoyuki@bsdclub.org (Home) motoyuki@FreeBSD.ORG (FreeBSD Project) http://www.freebsd.org/~motoyuki/ (WWW) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-i18n" in the body of the message From owner-freebsd-i18n Sat Jun 16 12:37:33 2001 Delivered-To: freebsd-i18n@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id C83EA37B405 for ; Sat, 16 Jun 2001 12:37:25 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.4/8.11.4) id f5GJaiS37243; Sat, 16 Jun 2001 23:36:44 +0400 (MSD) (envelope-from ache) Date: Sat, 16 Jun 2001 23:36:44 +0400 From: "Andrey A. Chernov" To: Motoyuki Konno Cc: Issei Suzuki , tcsh@mx.gw.com, FreeBSD-tech-jp@jp.FreeBSD.org, i18n@FreeBSD.ORG Subject: Re: Patch for FreeBSD-current Message-ID: <20010616233643.A37150@nagual.pp.ru> References: <20010616014130.9052.ISSEI@issei.org> <20010616024521.A22793@nagual.pp.ru> <200106160202.f5G220q25446@sakura.mk.bsdclub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106160202.f5G220q25446@sakura.mk.bsdclub.org>; from motoyuki@bsdclub.org on Sat, Jun 16, 2001 at 11:02:00AM +0900 Sender: owner-freebsd-i18n@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Jun 16, 2001 at 11:02:00 +0900, Motoyuki Konno wrote: > > Issei-san's patch is *adding* support of new locale names of FreeBSD > (ja_JP.eucJP and ko_KR.eucKR), *not* deleting support of old locale > names (ja_JP.EUC and ko_KO.EUC). tcsh with this patch works well > even of FreeBSD 4.x systems. Yes, I see. So, I approve it. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-i18n" in the body of the message