From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103047 invoked by alias); 29 Nov 2016 14:28:46 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 100621 invoked by uid 89); 29 Nov 2016 14:28:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_SORBS_SPAM,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Here's, Heres, Euro, euro X-HELO: mailbackend.panix.com X-Gm-Message-State: AKaTC00EkMwaQWXsrVUO5S+3McPR+2v7HI5vd9jjR+llnpfUM1nm0HFSjdXrNRzfLHOdWlN6KtspTdcSCfIfyA== X-Received: by 10.28.142.16 with SMTP id q16mr22905959wmd.35.1480429711805; Tue, 29 Nov 2016 06:28:31 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <20161125161735.3823-1-vapier@gentoo.org> From: Zack Weinberg Date: Tue, 29 Nov 2016 14:28:00 -0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] localedata: GBK: add mapping for 0x80->Euro sign [BZ #20864] To: Florian Weimer Cc: Andreas Schwab , Mike Frysinger , GNU C Library Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-11/txt/msg01056.txt.bz2 On Tue, Nov 29, 2016 at 5:08 AM, Florian Weimer wrote: > On 11/28/2016 10:23 AM, Andreas Schwab wrote: >> >> FAIL: iconvdata/tst-tables >> failed: ./tst-table.sh >> /home/abuild/rpmbuild/BUILD/glibc-2.24.90.20161127.gb964e06/cc-base/ >> /home/abuild/rpmbuild/BUILD/glibc-2.24.90.20161127.gb964e06/cc-base/iconvdata/ >> GBK > > Here's one way to fix it. Doesn't look really pretty, but it seems that > this new 0x80 mapping is quite an outlier. +1 from me - this is consistent with the behavior specified for GBK in the web "Encoding Standard" (https://encoding.spec.whatwg.org/#gbk-decoder) which has been obsessively tuned for maximum compatibility with existing content. zw