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.3.3RC1~392 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73ba495674b63d80b7f7ca3109805a3e6667da53;p=php - Forgot to commit this patch. Sorry. --- diff --git a/ext/standard/html.c b/ext/standard/html.c index 1f830db0f0..e5891588a7 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -741,8 +741,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: