summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2000-03-20 08:19:51 +0000
committerRasmus Lerdorf <rasmus@php.net>2000-03-20 08:19:51 +0000
commitc32e09f791d3c02f234d8d5fad0e9146f5836e79 (patch)
tree15b0c94ea99908ff6b6557b994b3250c273e1e85 /main/SAPI.h
parent49c32728af5288cf70af409121ea6e4012103db2 (diff)
downloadphp-git-c32e09f791d3c02f234d8d5fad0e9146f5836e79.tar.gz
As it turns out, there are some browsers that can't handle default
charsets. I think forcing this on is going to cause us a lot of headache, so turn it off by default. @ Don't default to iso-8859-1 since this confuses some browsers
Diffstat (limited to 'main/SAPI.h')
-rw-r--r--main/SAPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index ea3e8f5911..d2352ed525 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -197,7 +197,7 @@ struct _sapi_post_entry {
#define SAPI_HEADER_SEND_FAILED 3
#define SAPI_DEFAULT_MIMETYPE "text/html"
-#define SAPI_DEFAULT_CHARSET "iso-8859-1"
+#define SAPI_DEFAULT_CHARSET ""
#define SAPI_PHP_VERSION_HEADER "X-Powered-By: PHP/" PHP_VERSION
#define SAPI_POST_READER_FUNC(post_reader) void post_reader(SLS_D)