X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fcheck_charset.c;h=8ee93b1e22209367c19c31f2ed76d9d3d9c0c7f4;hb=c05210483d82bf5f3786725ff80e12444088a701;hp=d6b8ca34a70a12fefda673c03d4dd088c6a5f2a2;hpb=adc954633908e3fc97dfa94c08f964e1bbb94086;p=mmh diff --git a/sbr/check_charset.c b/sbr/check_charset.c index d6b8ca3..8ee93b1 100644 --- a/sbr/check_charset.c +++ b/sbr/check_charset.c @@ -2,8 +2,6 @@ /* * check_charset.c -- routines for character sets * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -53,7 +51,7 @@ check_charset (char *str, int len) /* US-ASCII is a subset of the ISO-8859-X and UTF-8 character sets */ if (!strncasecmp("ISO-8859-", mm_charset, 9) || - !strcasecmp("UTF-8", mm_charset)) { + !mh_strcasecmp("UTF-8", mm_charset)) { alt_charset = "US-ASCII"; alt_len = strlen (alt_charset); }