summaryrefslogtreecommitdiffstats
path: root/mbyte.c
AgeCommit message (Expand)Author
2022-05-25Filter Arabic Letter Mark due to display corruption.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-05-21Remove mutt_buffer_new() NULL retval checks.Kevin McCarthy
2017-03-31Filter other directional markers that corrupt the screen.Vincent Lefevre
2016-08-23Filter out zero width no-break space (U+FEFF).Vincent Lefevre
2016-07-20Filter directional markers that corrupt the screen. (closes #3854)Kevin McCarthy
2016-07-07Filter soft hypen from pager and headers. (closes #3848)Kevin McCarthy
2016-05-03Skip bidi markers in the pager and index. (closes #3827)Kevin McCarthy
2016-03-30Filter out bidi marks in rfc2047 and rfc2231 encoding. (see #3827)Kevin McCarthy
2012-07-21Split mutt_buffer_new out of mutt_buffer_init.Brendan Cully
2009-07-11Recognize charset extensions, see #3150.Rocco Rutte
2009-07-08Fix compiler warningRocco Rutte
2009-06-22Fix included iswupper(). Closes #3276.Rocco Rutte
2008-11-21Initialize mbstate in mutt_filter_unprintable. Closes #3134TAKAHASHI Tamotsu
2008-09-24Provide legacy implementations for iswalpha() and iswupper()Rocco Rutte
2008-05-05Fix some compiler warnings if compiling without system wide character functionsRocco Rutte
2008-05-05Pass buffer size to mutt_wctoutf8() to prevent crashes if MB_LEN_MAX<6Rocco Rutte
2007-11-20Alternate fix for not calling bind_textdomain_codeset() to fix Solaris build.Rocco Rutte
2007-03-06Remove buggy usage of M_ICONV_HOOK_TO flag in mutt_idna.c:mutt_idna_to_local().Alain Bench
2007-03-06Allow iconv-hook to use virtual charsets as targets. (closes: #1269)Masayuki Moriyama
2006-07-11Fix #2173.TAKAHASHI Tamotsu
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-07-26There are some functions without ANSI prototypes left in mutt-owned sources.Ralf Wildenhues
2005-02-12Recognize euc-jp-ms. MORIYAMA Masayuki by way of TAKAHASHI Tamotsu.Thomas Roessler
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2002-11-12cp932 should be treated like shift_jis.Yasuhiro Matsumoto
2002-03-26Fix iconv warnings; from Edmund Grimley Evans.Thomas Roessler
2001-11-26patch-1.3.23.2.tt.wcwidth_ja.1. Fix wcwidth_ja(), from TakizawaThomas Roessler
2001-06-07Gettext update.Thomas Roessler
2001-03-20Fix a bug in mbrtowc_iconv(). From TAKIZAWA TakashiThomas Roessler
2001-01-03More wide-char patches from EGE.Thomas Roessler
2000-12-10More enter.c updates. From E.G.E..Thomas Roessler
2000-12-04A little fix for the -HAVE_WC_FUNCS +LOCALES_HACK case. From EGE.Thomas Roessler
2000-09-11Fix some more character set glitches.Thomas Roessler
2000-08-28This is the patch TAKIZAWA Takashi and I came up with in the end.Edmund GRIMLEY EVANS
2000-08-15Another charset fix from EGE.Thomas Roessler
2000-07-24Replace wctomb and mbtowc with wcrtomb and mbrtowc. From TAKIZAWAThomas Roessler
2000-06-08Removing the built-in charset support.Thomas Roessler
2000-05-25Somewhat different sigsegv fix suggested by EGE.Thomas Roessler
2000-05-25wctomb(0,wc) is needed to work for bounds checking.Thomas Roessler
2000-05-15More iconv-related patches from EGE.Thomas Roessler
2000-05-12Make things compile. ;-)Thomas Roessler
2000-05-12Isprint-related changes. Suggested by Andrew Nosenko, adapted by EGE.Thomas Roessler
2000-05-12wide-character related patches. From Edmund Grimley Evans.Thomas Roessler
2000-05-09Edmund Grimley Evans' UTF-8 patch.Thomas Roessler