]> granicus.if.org Git - neomutt/commit
Validate charset names for all charset options.
authorRocco Rutte <pdmef@gmx.net>
Mon, 18 Aug 2008 08:20:40 +0000 (10:20 +0200)
committerRocco Rutte <pdmef@gmx.net>
Mon, 18 Aug 2008 08:20:40 +0000 (10:20 +0200)
commite5103f0fdcc2f54e31bb0d7bcf99dfed46f59134
tree43822820193d08052fab3e86235c60a6e714edf1
parentd37e9a931a93bf35c66d59deb573bc05b4b18fee
Validate charset names for all charset options.
Validation is either done against mutt's table of IANA assigned names or local iconv
implementation (based on the assumption that iconv_open(charset,charset) fails if charset
is unknown to the implementation). Closes #1668.
ChangeLog
charset.c
charset.h
init.c