From patchwork Mon Apr 16 14:47:26 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 898681 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-91569-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="oRdkEh2g"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 40Prp113Wwz9s1R for ; Tue, 17 Apr 2018 00:47:36 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; q=dns; s=default; b=faP0mm7dcO7hB6KqE+W8Be5Pnm2Dh IvX3UMfCmgdyCV9DRpxmdmNR16dlKsAfXXVNVmKT+GmmO8U1Od9CDOOGbjolwGQf ls317uei+HNrwMh83fi0Ao3UvgIH5/5YmU8vk6qNva/SpZDNmBb9eUm7umHAAgoq 2aPPap6teDqYvY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; s=default; bh=sWAbs4BB1XlIM53QrY0B8ENcbgU=; b=oRd kEh2g37Q3FvTNnWofpC1Evrl7KftlJaTtqEeVCVvPIuQGNRip0T+wQC7iIW8vk8A mnAUJ6eckV7tbmCe3dZcYIktEDu4C0xqZgvZ8QhrE+arEXOxtbG1NTWZFSsLFlm0 aPJTnyn3xzmsWm6AEkYQeoJE0RlY2aRDnjR3rYtU= Received: (qmail 88971 invoked by alias); 16 Apr 2018 14:47:31 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 88960 invoked by uid 89); 16 Apr 2018 14:47:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.2 spammy=gpg X-HELO: mx2.suse.de From: Andreas Schwab To: libc-alpha@sourceware.org Subject: [PATCH] Add aliases to recognize normalized charset names (bug 19527) X-Yow: .. Should I get locked in the PRINCIPAL'S OFFICE today -- or have a VASECTOMY?? Date: Mon, 16 Apr 2018 16:47:26 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 [BZ #19527] * iconvdata/gconv-modules (ARMSCII8//, ShiftJISX0213//): New aliases. Reviewed-by: Carlos O'Donell diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index 5dedbd4e8d..12f5d899cd 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -1566,6 +1566,7 @@ module MAC-SAMI// INTERNAL MAC-SAMI 1 module INTERNAL MAC-SAMI// MAC-SAMI 1 # from to module cost +alias ARMSCII8// ARMSCII-8// module ARMSCII-8// INTERNAL ARMSCII-8 1 module INTERNAL ARMSCII-8// ARMSCII-8 1 @@ -1581,6 +1582,7 @@ module EUC-JISX0213// INTERNAL EUC-JISX0213 1 module INTERNAL EUC-JISX0213// EUC-JISX0213 1 # from to module cost +alias ShiftJISX0213// Shift_JISX0213// module Shift_JISX0213// INTERNAL SHIFT_JISX0213 1 module INTERNAL Shift_JISX0213// SHIFT_JISX0213 1