summaryrefslogtreecommitdiff
path: root/ext/standard/html.c
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2002-11-11 13:28:34 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2002-11-11 13:28:34 +0000
commit488255ce541368e5cf7f74de000588e0f6a19db1 (patch)
treea7c88f4f93fc97a77a1abb0f4786e17d8de503c5 /ext/standard/html.c
parent8da440214fb288054dfd850a08ece769015379eb (diff)
downloadphp-git-488255ce541368e5cf7f74de000588e0f6a19db1.tar.gz
WS
Diffstat (limited to 'ext/standard/html.c')
-rw-r--r--ext/standard/html.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/standard/html.c b/ext/standard/html.c
index c479922385..4ffd83bb3c 100644
--- a/ext/standard/html.c
+++ b/ext/standard/html.c
@@ -291,10 +291,10 @@ static const struct {
{ "BIG5", cs_big5 },
{ "GB2312", cs_gb2312 },
{ "BIG5-HKSCS", cs_big5hkscs },
- { "Shift_JIS", cs_sjis },
- { "SJIS", cs_sjis },
- { "EUCJP", cs_eucjp },
- { "EUC-JP", cs_eucjp },
+ { "Shift_JIS", cs_sjis },
+ { "SJIS", cs_sjis },
+ { "EUCJP", cs_eucjp },
+ { "EUC-JP", cs_eucjp },
{ NULL }
};