From b79a6ad89013e4aba947df043ad26cbe7fbab5a5 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 2 Oct 2006 13:44:00 +0000 Subject: Fixed bug #1096610: non-integral number of chars in RFC-2047 encoded words. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 85763a65..5b4a4b94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,12 @@ VERSION 0.8.1cvs ================ +2006-10-02 Vincent Richard + + * word, wordEncoder: fixed bug #1096610 which caused encoding of a + non-integral number of characters (and then, generation of + incorrectly-formed words) with multi-bytes charsets. + 2006-07-13 Vincent Richard * Fixed bugs in MHTML code: 'CID' prefix should not be case-sensitive; -- cgit