aboutsummaryrefslogtreecommitdiff
path: root/libsylph/codeconv.c
AgeCommit message (Expand)Author
2017-11-17updated copyright year.hiro
2017-11-17added missing GError NULL initialization.hiro
2017-11-17refactored UTF-16 support of compose.hiro
2017-11-16supported UTF-16 text attachments on sending.hiro
2011-05-18removed some alloca() calls.hiro
2011-02-10return correct locale encoding for Mac OS X (usually UTF-8).hiro
2009-10-16made codeconv module thread-safe. update search window using timer.hiro
2008-09-29check for HAVE_LOCALE_H and ENABLE_NLS.hiro
2008-06-19added function to change the behavior of character encoding auto-detection.hiro
2008-06-05fixed some character corruption with ...utf8 locale string.hiro
2007-12-07when encoding headers, use outgoing encoding to determine B or Q encoding ins...hiro
2007-08-23conv_get_current_locale(): fixed the case when cur_locale is null string.hiro
2007-04-12supported ISO-8859-16.hiro
2007-03-14conv_encode_header(): fixed wrong handling of quotation in continuing multi-b...hiro
2007-01-17conv_encode_header(): force output of UTF-8 if code conversion failed.hiro
2007-01-12fixed stray quote character appearing after encoding mail headers.hiro
2006-11-06fixed a crash when printing a message with empty Subject, From, and To.hiro
2006-10-19win32: fixes character corruption on printing when environment-dependent char...hiro
2006-09-12made workaround for UTF-8 with BOM.hiro
2006-08-09when inserting file, check whole file to see if it is UTF-8.hiro
2006-05-17fixed execution failure when using accessibility module, and character corrup...Hiro
2006-03-17implemented RFC 2231 filename encoding on send.hiro
2006-02-08supported 'x-sjis' encoding.hiro
2006-02-08fixed locale encoding problem on win32.hiro
2005-12-19support nonstandard encoding 'ks_c_5601-1987'.hiro
2005-10-14changed the locale charset of Japanese Windows from Shift_JIS to CP932.hiro
2005-10-13enhanced the support of environment-dependent Japanese characters.hiro
2005-10-06conv_filename_from_utf8(), conv_filename_to_utf8(): put an assertion.hiro
2005-09-15re-enabled prefs_common.allow_jisx0201_kana.hiro
2005-09-13changed the license of LibSylph from GPL to LGPL.hiro
2005-09-07support UTF-8 in guessing Japanese encoding.hiro
2005-08-31made some core modules library (libsylph).hiro