From: Moriyoshi Koizumi Date: Fri, 12 Mar 2010 16:19:25 +0000 (+0000) Subject: - Forgot to commit this patch. Sorry. X-Git-Tag: php-5.2.14RC1~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc9dbca4045f257934870124c8e0aa383a9836c5;p=php - Forgot to commit this patch. Sorry. --- diff --git a/ext/standard/html.c b/ext/standard/html.c index 70427ba36e..595ccfea6d 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -742,8 +742,8 @@ static enum entity_charset determine_charset(char *charset_hint TSRMLS_DC) return cs_eucjp; case mbfl_no_encoding_sjis: - case mbfl_no_encoding_sjis_win: - case mbfl_no_encoding_sjis_mac: + case mbfl_no_encoding_sjis_open: + case mbfl_no_encoding_cp932: return cs_sjis; case mbfl_no_encoding_cp1252: