diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-02-22 10:05:49 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-02-22 10:05:49 +0000 |
commit | d759c99df0ad6f2b774691c82daf9fc18f57498d (patch) | |
tree | 55cc1abff1f58cc89c4d9ee33e5291ce9785dfe6 /ChangeLog | |
parent | f38dc1d07970872159cba1209e58408078e690a5 (diff) |
try to convert unencoded header strings using locale encoding.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@121 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2005-02-22 + + * src/codeconv.c: + conv_anytodisp(): check if converted string is valid UTF-8. + conv_localetodisp(): convert to valid UTF-8 if conv_iconv_strdup() + failed. + conv_unmime_header_overwrite() + conv_unmime_header(): try to convert unencoded strings using locale + encoding (thanks to Egor Yu. Shkerin and Oliver Lehmann). + 2005-02-21 * version 1.9.3 |