summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-05-21 11:33:05 -0400
committerUlrich Drepper <drepper@gmail.com>2011-05-21 11:33:05 -0400
commit8e211fecca7bddfb03a3aed54a47c243afddc150 (patch)
treeb8c60fb55ae38c5605d55e5394b3811a3a13306a /ChangeLog
parentf7d82dc9e0b812c30ed1935190cda11a171b1438 (diff)
Fix CP1258 conversion
a5 ec was mishandled and the other direction appropriately so, too.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fac3560d3..a1dca5d90b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2011-05-21 Ulrich Drepper <drepper@gmail.com>
+ [BZ #12777]
+ * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
+ (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
+ * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
+
* configure.in: Fix typo in redirection and correct removal of test
files in two cases.