public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add aliases to recognize normalized charset names (bug 19527)
@ 2018-04-16 14:47 Andreas Schwab
  2018-04-16 14:53 ` Carlos O'Donell
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2018-04-16 14:47 UTC (permalink / raw)
  To: libc-alpha

	[BZ #19527]
	* iconvdata/gconv-modules (ARMSCII8//, ShiftJISX0213//): New aliases.

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
 
-- 
2.17.0


-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add aliases to recognize normalized charset names (bug 19527)
  2018-04-16 14:47 [PATCH] Add aliases to recognize normalized charset names (bug 19527) Andreas Schwab
@ 2018-04-16 14:53 ` Carlos O'Donell
  0 siblings, 0 replies; 2+ messages in thread
From: Carlos O'Donell @ 2018-04-16 14:53 UTC (permalink / raw)
  To: Andreas Schwab, libc-alpha

On 04/16/2018 09:47 AM, Andreas Schwab wrote:
> 	[BZ #19527]
> 	* iconvdata/gconv-modules (ARMSCII8//, ShiftJISX0213//): New aliases.
> 
> 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
>  
> 

Looks reasonable. Thanks.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

-- 
Cheers,
Carlos.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-16 14:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-16 14:47 [PATCH] Add aliases to recognize normalized charset names (bug 19527) Andreas Schwab
2018-04-16 14:53 ` Carlos O'Donell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).