diff options
author | Bruno Haible <bruno@clisp.org> | 2011-12-23 08:43:41 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-12-23 08:43:41 -0500 |
commit | d455f537be05dac05b8fc67e58f13fd85d553c74 (patch) | |
tree | e3f0b2f9444b50519802fd6c4ad3ba226ba63e66 /iconvdata/cp1258.c | |
parent | 6b13d9d9ef19b7a5571edd420ca0c16e4986f9bb (diff) | |
download | glibc-d455f537be05dac05b8fc67e58f13fd85d553c74.tar glibc-d455f537be05dac05b8fc67e58f13fd85d553c74.tar.gz glibc-d455f537be05dac05b8fc67e58f13fd85d553c74.tar.bz2 glibc-d455f537be05dac05b8fc67e58f13fd85d553c74.zip |
iconv mapping of 0xA8 0xEC in CP1258 is non-canonical
Diffstat (limited to 'iconvdata/cp1258.c')
-rw-r--r-- | iconvdata/cp1258.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/iconvdata/cp1258.c b/iconvdata/cp1258.c index 2b741ba96f..b7d23182eb 100644 --- a/iconvdata/cp1258.c +++ b/iconvdata/cp1258.c @@ -197,8 +197,7 @@ static const struct { 0x0077, 0x1E83 }, { 0x0079, 0x00FD }, { 0x007A, 0x017A }, - /* { 0x00A5, 0x0385 }, Wrong, A5 is Yen sign */ - { 0x00A8, 0x1FEE }, + { 0x00A8, 0x0385 }, /* prefer U+0385 over U+1FEE */ { 0x00C2, 0x1EA4 }, { 0x00C5, 0x01FA }, { 0x00C6, 0x01FC }, |