summaryrefslogtreecommitdiff
path: root/src/core/recode.c
AgeCommit message (Expand)Author
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2007-05-06Do not call iconfig_get_str when target is NULL.Emanuele Giaquinta
2007-01-06Reindent.Emanuele Giaquinta
2007-01-06Remove the target != NULL constraint in recode_out.Emanuele Giaquinta
2007-01-06Simplify.Emanuele Giaquinta
2006-09-20Cosmetic.Emanuele Giaquinta
2006-09-20Make compilation of is_translit conditional on glib-2.Emanuele Giaquinta
2006-09-20Add public is_utf8 function by refactoring existing code.Emanuele Giaquinta
2006-07-25Don't assume that 7bit ascii strings are encoded in UTF-8, only validate the ...Valentin Batz
2005-11-19If transliterations don't work in the system (eg. Solaris), don't allowTimo Sirainen
2005-11-19Default recode_transliterate to yesTimo Sirainen
2005-11-07changed recode_fallback to CP1252Valentin Batz
2005-10-16fixed a bug in recode when target is NULL and really use the recoded string f...Valentin Batz
2005-10-10Don't crash with /me in dcc, or dcc message on disconnected server, with reco...Wouter Coekaerts
2005-07-24Forgot to add the additional parameter to g_convert_with_fallback (This alway...Valentin Batz
2005-07-24Added an option to specify a charset for a whole network. For example /recode...Valentin Batz
2005-06-29Added a new boolean setting 'recode' to provide an opportunity to turn off re...Valentin Batz
2005-01-12call setlocale(LC_ALL, ) once in fe-text/irssi.c and not everytime recode_get...Valentin Batz
2005-01-12call setlocale(LC_ALL, ) before g_get_charset to properly return the user's c...Valentin Batz
2004-12-20Fixed target handling in recode_outValentin Batz
2004-12-20Added <tag>/<target> support for recode.Valentin Batz
2004-09-20Changed the order of recode_out_default_charset, it doesn't override /recode ...Valentin Batz
2004-09-18Forgot g_free(translit_to); in recode_inValentin Batz
2004-09-15Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix...Valentin Batz
2004-08-21Bug #104 recode treats multibyte jp characters as utf8. Patch by ValentinTimo Sirainen
2004-08-20forgot to addTimo Sirainen