From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91940 invoked by alias); 24 May 2017 15:27:15 -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 91899 invoked by uid 89); 24 May 2017 15:27:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:dhcp-19, H*RU:sk:dhcp-19, Hx-spam-relays-external:sk:dhcp-19, HContent-Transfer-Encoding:8bit X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B3E1F17AC71 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=fweimer@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com B3E1F17AC71 To: GNU C Library From: Florian Weimer Subject: Locale with shift state Message-ID: <842477bc-1e08-278b-2361-7d0884100fef@redhat.com> Date: Wed, 24 May 2017 15:27:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2017-05/txt/msg00722.txt.bz2 Do we have a locale with a multi-byte character set which has shift state (beyond a truncated multi-byte conversion)? We support such charsets in iconv, but I can't find a locale which uses them. Would such a locale even be POSIX-compatible? Thanks, Florian