From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22334 invoked by alias); 14 Nov 2013 00:24:10 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31978 Received: (qmail 21233 invoked from network); 14 Nov 2013 00:23:56 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=spodhuis.org; s=d201210; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=clhqX+ft5tGFaeFGGnDVsB0tNYNTQw7Xr5XZiXPY4Bo=; b=A6RUy3TI8hVic9wGpOIuswkTQjH4k0s/mWbZvD8pUQupX+C81ReChvOjohiPgOlrtedlO+W+MaucB8d18oY7RbvBacj6oZrFsd3k1fDZIkz1qo49MnMO2vXaheGbzA/lFPkl3D50qmFUr/rPI/owq/61gV89JLFlHAwHJHbhycs=; Date: Wed, 13 Nov 2013 16:06:58 -0800 From: Phil Pennock To: Martin Vaeth Cc: zsh-workers@zsh.org Subject: Re: [PATCH] helpfiles: Also accept 'UTF-8' as an encoding name. Message-ID: <20131114000658.GA52075@redoubt.spodhuis.org> Mail-Followup-To: Martin Vaeth , zsh-workers@zsh.org References: <131111084228.ZM26372@torch.brasslantern.com> <20131112101139.31d67b73@pwslap01u.europe.root.pri> <35BD8D7E-01D5-469D-95DD-3030251D22AB@kba.biglobe.ne.jp> <131113092737.ZM11794@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: OpenPGP: url=https://www.security.spodhuis.org/PGP/keys/0x3903637F.asc On 2013-11-13 at 18:28 +0000, Martin Vaeth wrote: > There are so many "standards" for locale names that I really do not know > what is the best: For instance, for the similar "de" (which might > perhaps also be checked) there are besides de_* also fy_DE and hsb_DE on > a Debian installation at my institute (though I do not know what > they mean). ISO 639 language code, followed by ISO 3166 region tag identifying a regional dialect. "en_US" is "English as spoken in the USA", "en_GB" is "English as spoken in Britain". "fy" is Frisian, as it spoken in the north-east of The Netherlands and apparently also in Germany, per "fy_DE". "hsb" appears to be "Upper Sorbian", per . The POSIX locale stuff is not using the same separators as RFC5646 but the same loose principles apply. -Phil