From owner-freebsd-i18n@FreeBSD.ORG Wed Aug 19 14:40:06 2009 Return-Path: Delivered-To: freebsd-i18n@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BDFB10656A7 for ; Wed, 19 Aug 2009 14:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A4DB28FC75 for ; Wed, 19 Aug 2009 14:40:04 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7JEe4M5060116 for ; Wed, 19 Aug 2009 14:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7JEe4XF060115; Wed, 19 Aug 2009 14:40:04 GMT (envelope-from gnats) Date: Wed, 19 Aug 2009 14:40:04 GMT Message-Id: <200908191440.n7JEe4XF060115@freefall.freebsd.org> To: freebsd-i18n@FreeBSD.org From: "J.R. Oldroyd" Cc: Subject: Re: conf/137870: [locale] en_DK needed X-BeenThere: freebsd-i18n@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "J.R. Oldroyd" List-Id: FreeBSD Internationalization Effort List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Aug 2009 14:40:06 -0000 The following reply was made to PR conf/137870; it has been noted by GNATS. From: "J.R. Oldroyd" To: Edwin Groothuis Cc: freebsd-i18n@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re: conf/137870: [locale] en_DK needed Date: Wed, 19 Aug 2009 16:30:30 +0200 On Wed, 19 Aug 2009 22:23:37 +1000, Edwin Groothuis wrote: > > > > I think the locale name en_ISOdate or even en_UK.isodate and > > en_US.isodate or something along those lines would be more suitable. > > The optional part behind the country is reserved for the font family. > Latn or Cyrl etc. > > What you are more looking at is a unused language string (like "xx" > to make it "xx_DK") which has the right definitions in it. > > I don't think that the right place for this non-standard thing is > in the base system, a port would be a much cleaner solution. > > Edwin > You are right about the part after the period being reserved, although it seems it's a character set rather than a font family. The format appears to be: xx_YY.charset xx = ISO639 2-letter language code YY = ISO3166 2-letter country code charset = UTF-8, ISO8859-1, CP1131, etc For years now I have used the name en_ISO.UTF-8 myself for exactly the purpose that the poster is requesting, without anything apparently breaking. While the string "ISO" is obviously not a 2-letter ISO3166 country code, it does not appear to break anything. I agree that this should be done as a port, rather than added to the base system. -jr