summaryrefslogtreecommitdiffstats
path: root/charset.c
AgeCommit message (Expand)Author
2000-09-27Fix #287.Thomas Roessler
2000-09-13Add "646" as an alias for us-ascii. SunOS 5.8 seems to need it.Thomas Roessler
2000-09-11Fix some more character set glitches.Thomas Roessler
2000-09-09sizeof (dest) == 4. I should have written dlen instead. Noted byThomas Roessler
2000-09-08Add a character set comparison function.Thomas Roessler
2000-09-07Add a table of official character set names. Data taken fromThomas Roessler
2000-07-10Some changes from EGE.Thomas Roessler
2000-06-14Remove recode-attachment, and the "decoder" API. (EGE)Thomas Roessler
2000-06-09Fix some typos in the nl_langinfo stuff.Thomas Roessler
2000-06-08Fix up the value returned by nl_langinfo(CODESET).Thomas Roessler
2000-06-08Don't return data on the stack. Noted by "Andrew W. Nosenko"Thomas Roessler
2000-05-24Make charset-hook work with an external iconv implementation.Thomas Roessler
2000-05-22Add mutt_str_adjust ().Thomas Roessler
2000-05-22Make mutt_gettext () a bit more compact.Thomas Roessler
2000-05-20String conversion patch from EGE.Thomas Roessler
2000-05-18Catch a segmentation fault in mutt_convert_string ().Thomas Roessler
2000-05-09Edmund Grimley Evans' UTF-8 patch.Thomas Roessler
2000-04-22Comment cosmetics. From Martin Michlmayer.Thomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-02-29Add error checking to the recode-attachment code. From "Andrew W.Thomas Roessler
2000-01-10More copyright cosmetics - noted by Martin Michlmayr <tbm@cyrius.com>.Thomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-08-23Don't delete symbol -> character code mappings. Character sets mayThomas Roessler
1999-03-31Stupid error.Thomas Roessler
1999-03-31Another small charset optimization.Thomas Roessler
1999-03-31A couple of optimizations, most notably for the special case of aThomas Roessler
1999-03-30This patch removes at least some of the horrible utf-8 kluges inThomas Roessler
1999-03-02Some small fixes from Vikas.Thomas Roessler
1999-02-03[unstable] Produce some reasonable character set support whenThomas Roessler
1999-02-02Merging the external character set patch into unstable.Thomas Roessler
1999-01-19Add the charset-hook command.Thomas Roessler
1999-01-19Properly handle character set definition file installation.Thomas Roessler
1999-01-08When doing a binary search, we may as well use bsearch (3).Thomas Roessler
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
1999-01-05[unstable] Adding experimental new character set conversion code.Thomas Roessler
1998-12-21Adjust some hash-related parameters.Thomas Roessler
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
1998-10-15Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-relThomas Roessler
1998-10-13Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler
1998-09-24[patch-0.94.7i.gt.charset-send.1.gz] With the new charset support inThomas Roessler
1998-09-15Fix the crlf handling.Thomas Roessler
1998-09-15Adding basic UTF-8 support.Thomas Roessler
1998-09-15Add charset alias support and fix various errors in theThomas Roessler
1998-09-15Fix mutt_display_char to map '\0' to itself regardless ofThomas Roessler
1998-09-15Generate the character set tables from i18n files.Thomas Roessler
1998-09-13This patch adds on-demand loading of character set tables,Thomas Roessler
1998-09-12[patch-0.93.2i.ru.mmultiple_charsets.gz] This patch addsThomas Roessler