From 8e211fecca7bddfb03a3aed54a47c243afddc150 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 21 May 2011 11:33:05 -0400 Subject: Fix CP1258 conversion a5 ec was mishandled and the other direction appropriately so, too. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2fac3560d3..a1dca5d90b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-05-21 Ulrich Drepper + [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. -- cgit v1.2.3