comparison ChangeLog @ 142:2189a6b8134e

improve character set handling - don't try to convert utf-8 to single byte for fields that were not originally unicode. if the conversion fails, leave the data in utf-8.
author Carl Byington <carl@five-ten-sg.com>
date Mon, 23 Feb 2009 20:40:51 -0800
parents fd4297884319
children fdc58ad2c758
comparison
equal deleted inserted replaced
141:fd4297884319 142:2189a6b8134e
2 =============================== 2 ===============================
3 * add X-libpst-forensic-* headers to capture items of interest 3 * add X-libpst-forensic-* headers to capture items of interest
4 that are not used by normal mail clients. 4 that are not used by normal mail clients.
5 * improve decoding of multipart/report and message/rfc822 mime 5 * improve decoding of multipart/report and message/rfc822 mime
6 types. 6 types.
7 * improve character set handling - don't try to convert utf-8
8 to single byte for fields that were not originally unicode.
9 if the conversion fails, leave the data in utf-8.
7 10
8 LibPST 0.6.27 (2009-02-07) 11 LibPST 0.6.27 (2009-02-07)
9 =============================== 12 ===============================
10 * fix for const correctness on Fedora 11 13 * fix for const correctness on Fedora 11
11 14