Rework in charset code. (Includes renaming.)
authormarkus schnalke <meillo@marmaro.de>
Mon, 30 Apr 2012 16:52:19 +0000 (18:52 +0200)
committermarkus schnalke <meillo@marmaro.de>
Mon, 30 Apr 2012 16:52:19 +0000 (18:52 +0200)
commit8d77b48284c58c135a6b2787e721597346ab056d
tree8b748cc5e9b4e26165889d66c18b3b21ddb40a67
parent4c1efddfd499300c7e74263e57d8aa137e84c853
Rework in charset code. (Includes renaming.)
Renamed check_charset() to is_native_charset(), and sbr/check_charset.c to
sbr/charset.c. Removed caching in favor for simpler code.
is_native_charset() does not check for prefixes anymore. The code didn't
match the comments anyway and it matched when comparing the first 10 [sic!]
chars of `ISO-8859-1whatever' with `ISO-8859-11', which is not wanted.
h/prototypes.h
sbr/Makefile.in
sbr/charset.c [new file with mode: 0644]
sbr/check_charset.c [deleted file]
sbr/fmt_rfc2047.c
uip/mhshowsbr.c