mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
Add aliases to recognize normalized charset names (bug 19527)
This commit is contained in:
parent
a14d8acd32
commit
326e74e7c1
@ -1,3 +1,8 @@
|
||||
2018-04-16 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
[BZ #19527]
|
||||
* iconvdata/gconv-modules (ARMSCII8//, ShiftJISX0213//): New aliases.
|
||||
|
||||
2018-04-15 Patrick McGehearty <patrick.mcgehearty@oracle.com>
|
||||
|
||||
* sysdeps/ieee754/dbl-64/e_exp.c: faster __ieee754_exp()
|
||||
|
@ -1563,6 +1563,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
|
||||
|
||||
@ -1578,6 +1579,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user