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]

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


	[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."


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