Browse Source

added japanese encoding to maintain compatibility with PHP 5.3.

pull/7/head
Rui Hirokawa 15 years ago
parent
commit
6dabd7de04
  1. 3
      ext/standard/html_tables.h

3
ext/standard/html_tables.h

@ -57,8 +57,11 @@ static const struct {
{ "Shift_JIS", cs_sjis },
{ "SJIS", cs_sjis },
{ "932", cs_sjis },
{ "SJIS-win", cs_sjis },
{ "CP932", cs_sjis },
{ "EUCJP", cs_eucjp },
{ "EUC-JP", cs_eucjp },
{ "eucJP-win", cs_eucjp },
{ "KOI8-R", cs_koi8r },
{ "koi8-ru", cs_koi8r },
{ "koi8r", cs_koi8r },

Loading…
Cancel
Save