aboutsummaryrefslogtreecommitdiff
path: root/libsylph/codeconv.c
AgeCommit message (Collapse)Author
2017-11-17updated copyright year.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3578 ee746299-78ed-0310-b773-934348b2243d
2017-11-17added missing GError NULL initialization.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3576 ee746299-78ed-0310-b773-934348b2243d
2017-11-17refactored UTF-16 support of compose.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3575 ee746299-78ed-0310-b773-934348b2243d
2017-11-16supported UTF-16 text attachments on sending.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3573 ee746299-78ed-0310-b773-934348b2243d
2011-05-18removed some alloca() calls.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2883 ee746299-78ed-0310-b773-934348b2243d
2011-02-10return correct locale encoding for Mac OS X (usually UTF-8).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2842 ee746299-78ed-0310-b773-934348b2243d
2009-10-16made codeconv module thread-safe. update search window using timer.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2284 ee746299-78ed-0310-b773-934348b2243d
2008-09-29check for HAVE_LOCALE_H and ENABLE_NLS.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2045 ee746299-78ed-0310-b773-934348b2243d
2008-06-19added function to change the behavior of character encoding auto-detection.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2019 ee746299-78ed-0310-b773-934348b2243d
2008-06-05fixed some character corruption with ...utf8 locale string.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2004 ee746299-78ed-0310-b773-934348b2243d
2007-12-07when encoding headers, use outgoing encoding to determine B or Q encoding ↵hiro
instead of MB_CUR_MAX. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1924 ee746299-78ed-0310-b773-934348b2243d
2007-08-23conv_get_current_locale(): fixed the case when cur_locale is null string.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1881 ee746299-78ed-0310-b773-934348b2243d
2007-04-12supported ISO-8859-16.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1626 ee746299-78ed-0310-b773-934348b2243d
2007-03-14conv_encode_header(): fixed wrong handling of quotation in continuing ↵hiro
multi-byte strings. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1565 ee746299-78ed-0310-b773-934348b2243d
2007-01-17conv_encode_header(): force output of UTF-8 if code conversion failed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1489 ee746299-78ed-0310-b773-934348b2243d
2007-01-12fixed stray quote character appearing after encoding mail headers.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1470 ee746299-78ed-0310-b773-934348b2243d
2006-11-06fixed a crash when printing a message with empty Subject, From, and To.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1266 ee746299-78ed-0310-b773-934348b2243d
2006-10-19win32: fixes character corruption on printing when environment-dependent ↵hiro
characters are used in win32. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1246 ee746299-78ed-0310-b773-934348b2243d
2006-09-12made workaround for UTF-8 with BOM.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1150 ee746299-78ed-0310-b773-934348b2243d
2006-08-09when inserting file, check whole file to see if it is UTF-8.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1121 ee746299-78ed-0310-b773-934348b2243d
2006-05-17fixed execution failure when using accessibility module, and character ↵Hiro
corruption and buffer overflow on sending when using half-width kana. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1068 ee746299-78ed-0310-b773-934348b2243d
2006-03-17implemented RFC 2231 filename encoding on send.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1052 ee746299-78ed-0310-b773-934348b2243d
2006-02-08supported 'x-sjis' encoding.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@988 ee746299-78ed-0310-b773-934348b2243d
2006-02-08fixed locale encoding problem on win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@987 ee746299-78ed-0310-b773-934348b2243d
2005-12-19support nonstandard encoding 'ks_c_5601-1987'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@835 ee746299-78ed-0310-b773-934348b2243d
2005-10-14changed the locale charset of Japanese Windows from Shift_JIS to CP932.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@646 ee746299-78ed-0310-b773-934348b2243d
2005-10-13enhanced the support of environment-dependent Japanese characters.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@645 ee746299-78ed-0310-b773-934348b2243d
2005-10-06conv_filename_from_utf8(), conv_filename_to_utf8(): put an assertion.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@626 ee746299-78ed-0310-b773-934348b2243d
2005-09-15re-enabled prefs_common.allow_jisx0201_kana.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@584 ee746299-78ed-0310-b773-934348b2243d
2005-09-13changed the license of LibSylph from GPL to LGPL.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@578 ee746299-78ed-0310-b773-934348b2243d
2005-09-07support UTF-8 in guessing Japanese encoding.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@553 ee746299-78ed-0310-b773-934348b2243d
2005-08-31made some core modules library (libsylph).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@528 ee746299-78ed-0310-b773-934348b2243d