summaryrefslogtreecommitdiffstats
path: root/charset.c
AgeCommit message (Collapse)Author
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
mutt there are better chances to say whether a mail to send consists of characters of the ASCII set only (the charset should be "us-ascii" then) or of other characters from the given charset (this charset should be given then): ASCII characters have the unicode values from 0 to 127.
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
character set code.
1998-09-15Fix mutt_display_char to map '\0' to itself regardless ofThomas Roessler
the translation table we use.
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
changes the default location of $SHAREDIR, and fixes some compilation problems occuring on machines without PGP installed.
1998-09-12[patch-0.93.2i.ru.mmultiple_charsets.gz] This patch addsThomas Roessler
support for international character sets. Currently, mutt knows about the following character sets and is able to convert between them: iso-8859-1, ..., iso-8859-9, koi8-r, windows-1251, x-cp866. (From: Ruslan Ermilov <ru@ucb.crimea.ua>)