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: 26755 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