aboutsummaryrefslogtreecommitdiff
path: root/src/codeconv.c
AgeCommit message (Collapse)Author
2005-08-31made some core modules library (libsylph).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@528 ee746299-78ed-0310-b773-934348b2243d
2005-08-08use GDir instead of directly using opendir().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@479 ee746299-78ed-0310-b773-934348b2243d
2005-08-08added wrappers for C library function that take pathname arguments.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@478 ee746299-78ed-0310-b773-934348b2243d
2005-08-07some fixes for Win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@474 ee746299-78ed-0310-b773-934348b2243d
2005-08-02fixed gcc-4.0 warnings.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@457 ee746299-78ed-0310-b773-934348b2243d
2005-06-10fixed Turkish locale problem.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@333 ee746299-78ed-0310-b773-934348b2243d
2005-06-06always enabled Japanese auto-detection if the locale is 'ja'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@311 ee746299-78ed-0310-b773-934348b2243d
2005-04-12support GBK (and X-GBK) encoding.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@211 ee746299-78ed-0310-b773-934348b2243d
2005-03-23fixed buffer overflow in conv_jistoeuc().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@186 ee746299-78ed-0310-b773-934348b2243d
2005-03-22made error check strict on Japanese code conversion.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@185 ee746299-78ed-0310-b773-934348b2243d
2005-03-17made every code conversion API allocate new memory.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@180 ee746299-78ed-0310-b773-934348b2243d
2005-03-16added a menu to temporally change the outgoing encoding to the composition ↵hiro
window. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@175 ee746299-78ed-0310-b773-934348b2243d
2005-03-14do a strict check for code conversion when sending.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@167 ee746299-78ed-0310-b773-934348b2243d
2005-03-07modified conv_unmime_header() and procheader_scan_date_string().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@148 ee746299-78ed-0310-b773-934348b2243d
2005-03-04improved header MIME decoding.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@147 ee746299-78ed-0310-b773-934348b2243d
2005-03-04fixed a buffer overflow bug.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@145 ee746299-78ed-0310-b773-934348b2243d
2005-03-03use Content-Type's charset as a fallback encoding of broken header strings.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@144 ee746299-78ed-0310-b773-934348b2243d
2005-02-25output printing text with locale encoding, and removed broken locale ↵hiro
specific HTML entity reference conversion. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@129 ee746299-78ed-0310-b773-934348b2243d
2005-02-22try to convert unencoded header strings using locale encoding.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@121 ee746299-78ed-0310-b773-934348b2243d
2005-02-08fixed non-utf8 filename handlings.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@99 ee746299-78ed-0310-b773-934348b2243d
2005-02-07replaced intl.h with glib/gi18n.h.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@92 ee746299-78ed-0310-b773-934348b2243d
2005-01-31replace every non-UTF8 8bit character in the source window etc.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@58 ee746299-78ed-0310-b773-934348b2243d
2005-01-27prevent character corruption on UTF-8 to ISO-2022-JP conversion.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@46 ee746299-78ed-0310-b773-934348b2243d
2005-01-26codeconv.[ch]: made encoding-specific functions static, and removed ↵hiro
redundant code. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@43 ee746299-78ed-0310-b773-934348b2243d
2005-01-26added constant C_INTERNAL and CS_INTERNAL.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@41 ee746299-78ed-0310-b773-934348b2243d
2005-01-21suppress the debug print in codeconv.c.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@28 ee746299-78ed-0310-b773-934348b2243d
2005-01-21several code conversion fix.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@27 ee746299-78ed-0310-b773-934348b2243d
2005-01-20also migrate templates.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@25 ee746299-78ed-0310-b773-934348b2243d
2005-01-18implemented the migration of configuration.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@14 ee746299-78ed-0310-b773-934348b2243d
2005-01-17xml.[ch]: automatically convert from input file encoding to UTF-8.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@12 ee746299-78ed-0310-b773-934348b2243d
2005-01-14fix code conversions, add conv_iconv_strdup_with_cd(), and use EUC-JP-MS for ↵hiro
JIS to UTF-8 conversion if available. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@7 ee746299-78ed-0310-b773-934348b2243d
2005-01-13removed support for systems which don't support iconv.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@6 ee746299-78ed-0310-b773-934348b2243d
2005-01-12Initial import of Sylpheed (GTK2 version).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1 ee746299-78ed-0310-b773-934348b2243d