From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10206 invoked by alias); 14 Nov 2013 20:47:11 -0000 Mailing-List: contact libc-locales-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-locales-owner@sourceware.org Received: (qmail 19675 invoked by uid 89); 14 Nov 2013 20:26:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_PASS autolearn=no version=3.3.2 X-HELO: smtp.fuse.net X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.1 cv=bNwvfpOZ c=1 sm=0 tr=0 a=/zSH5aKRJzkJ9FH+bwxRmw==:117 a=/zSH5aKRJzkJ9FH+bwxRmw==:17 a=K-v-2zaBAAAA:8 a=lElklofeYTgA:10 a=kj9zAlcOel0A:10 a=7OTTqeckAAAA:8 a=tMzTUZlfvCQA:10 a=cx5o_JXBsj5mB9emAKEA:9 a=CjuIK1q_8ugA:10 X-CM-Score: 0 Authentication-Results: smtp02.cincibell.synacor.com smtp.mail=pheonix@zoomtown.com; spf=unknown; sender-id=unknown Authentication-Results: smtp02.cincibell.synacor.com header.from=pheonix@zoomtown.com; sender-id=unknown Authentication-Results: smtp02.cincibell.synacor.com smtp.user=pheonix@zoomtown.com; auth=pass (LOGIN) Received-SPF: error (smtp02.cincibell.synacor.com: 72.49.120.74 is neither permitted nor denied by domain of zoomtown.com Subject: Re: locale encodings Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Steven Abner In-Reply-To: <1384415405.2935.29.camel@uno11.loco> Date: Thu, 14 Nov 2013 20:47:00 -0000 Cc: libc-locales@sourceware.org, Keld Simonsen Content-Transfer-Encoding: quoted-printable Message-Id: References: <31AACAB8-A716-47CC-B755-F33DD77BA51E@zoomtown.com> <1384174607.4028.8.camel@uno11.loco> <20131112012257.GA31828@rap.rap.dk> <5281BEB1.2010909@redhat.com> <20131112133642.GA22738@rap.rap.dk> <98244D14-49A6-4953-8F6B-9D393E435324@zoomtown.com> <1384415405.2935.29.camel@uno11.loco> To: Troy Korjuslommi X-SW-Source: 2013-q4/txt/msg00088.txt.bz2 On 14 Nov 2013, at 2:50 AM, Troy Korjuslommi wrote: > Also, the charset is wrong. It is listed as iso-8859-1 > for fi_FI and iso-8859-15 for fi_FI@euro. The correct charset for > Finnish is UTF-8.=20 I did a little more digging, it appears "% Charset:" might just be for hist= orical purposes. The ones I was going to fill in have to be UTF-8. Most of the information i= s in the "% Charset:" enumerated set, but because all now reference either directly or indirectly= "copy "i18n"" in the LC_CTYPE section. This includes codes outside the listed Charset. I am = not sure yet as to interaction of "_t1_common" but it looks like all, even the Chinese m= ust use UTF-8, unless: We (those using these files) are to isolate only those codes in i18n and = t1 that apply to the Charset? Steve