This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add aliases to recognize normalized charset names (bug 19527)


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]