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