summaryrefslogtreecommitdiff
path: root/src/core/recode.c
AgeCommit message (Expand)Author
2017-10-20Make split functions return an array with NULL instead of NULLJoseph Bisch
2014-10-19Try to split long lines on spacesSebastian Thorarensen
2014-07-06Fix minor coding style issues in message splittingSebastian Thorarensen
2014-07-06Properly split long IRC messagesSebastian Thorarensen
2008-11-29Amend fix for bug #392, assume utf-8 encoding for an ascii string inEmanuele Giaquinta
2008-11-28Factor code to check if a string is ascii only into a function.Emanuele Giaquinta
2008-06-10Cache charset related data rather than computing it everytime recode_{in,out}Emanuele Giaquinta
2008-04-05Partly revert r4796, it is not a bug but by design thatEmanuele Giaquinta
2008-04-05Cosmetics.Emanuele Giaquinta
2008-04-05Fix logic in recode_in:Emanuele Giaquinta
2008-03-09Use g_ascii_str{,n}casecmp for case insensitive comparison withEmanuele Giaquinta
2008-02-04Remove trailing whitespace.Emanuele Giaquinta
2007-12-09Simplify is_valid_charset by just checking with g_iconv_open that theEmanuele Giaquinta
2007-05-20Farewell glib-1.Emanuele Giaquinta
2007-05-18Factor common code in recode_{in,out}.Emanuele Giaquinta
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