summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-08-18 09:48:32 +0100
committerColin Watson <cjwatson@debian.org>2009-08-18 09:48:32 +0100
commit27ff34491b0207fd12b4104d174b15d0b8a8351c (patch)
treed2a25319f90e9ad782378f59c96212054a827807 /ChangeLog
parent821cf6a95a62b499d274fbe525779ce63b17d0de (diff)
* src/manconv.c (try_iconv): Convert text to UTF-8 and then (if
necessary) to the target encoding. This allows us to distinguish between "text not in input encoding" and "characters not representable in output encoding" (Debian bug #514963). * src/tests/manconv-2: Add test for this and some other possible encoding-handling bugs in manconv. * src/tests/Makefile.am (TESTS): Add manconv-2. * NEWS: Document this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d97c325..e552b6ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Tue Aug 18 09:47:50 BST 2009 Colin Watson <cjwatson@debian.org>
+
+ * src/manconv.c (try_iconv): Convert text to UTF-8 and then (if
+ necessary) to the target encoding. This allows us to distinguish
+ between "text not in input encoding" and "characters not
+ representable in output encoding" (Debian bug #514963).
+ * src/tests/manconv-2: Add test for this and some other possible
+ encoding-handling bugs in manconv.
+ * src/tests/Makefile.am (TESTS): Add manconv-2.
+ * NEWS: Document this.
+
Mon Aug 17 18:32:04 BST 2009 Colin Watson <cjwatson@debian.org>
* src/tests/testlib.sh (init): New function.