Date: Mon, 11 Jun 2001 16:01:09 +0400 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de> Cc: freebsd-current@FreeBSD.ORG Subject: Re: HEADS UP: locale names reorganization Message-ID: <20010611160108.A34164@nagual.pp.ru> In-Reply-To: <20010611082525.F94133@uriah.heep.sax.de>; from j@uriah.heep.sax.de on Mon, Jun 11, 2001 at 08:25:25AM %2B0200 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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 11, 2001 at 08:25:25 +0200, Joerg Wunsch wrote: > As Andrey A. Chernov wrote: > > > > And, please also post a list of old vs. new names. Not all of us > > > follow the i18n list. > > > > *.ASCII -> *.US-ASCII > > *.ISO_* -> *.ISO* > > ja_JP.EUC -> ja_JP.eucJP > > ko_KR.EUC -> ko_KR.eucKR > > zh_CN.EUC -> zh_CN.eucCN > > Thanks. I wish there would also be `shortcut names', any other system > i've been working with for example provides a locale named `de_DE' so > you don't have to type `de_DE.ISO8859-1' all day. FreeBSD is the only > (known to me) exception. (Before anybody's arguing, i don't care Short locale names dramatically increase program efforts to guess locale in each program which tries to deal with it directly, since suppose that program have the same default assumption (from where?) for missing information. If you need to type them - better make shell variables with short names. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010611160108.A34164>