diff options
author | Andi Gutmans <andi@php.net> | 2005-08-12 05:30:02 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2005-08-12 05:30:02 +0000 |
commit | 2233736cf624646c876728b1e0721638dd25a902 (patch) | |
tree | 4408b3a64d60d08df5c1c7e7f1f7c1ab4bd3f25b /php.ini-dist | |
parent | f0bf07f2ad70a11a65d13f5188f51c05d8c4a2b2 (diff) | |
download | php-git-2233736cf624646c876728b1e0721638dd25a902.tar.gz |
- Add unicode INI settings
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index 596d736af2..3c328cf85f 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -435,6 +435,14 @@ default_mimetype = "text/html" ; Always populate the $HTTP_RAW_POST_DATA variable. ;always_populate_raw_post_data = On +; Unicode settings +unicode_semantics = off +unicode.runtime_encoding = iso-8859-1 +unicode.script_encoding = utf-8 +unicode.output_encoding = utf-8 +unicode.from_error_mode = U_INVALID_SUBSTITUTE +unicode.from_error_subst_char = 3f + ;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and Directories ; |