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-recommended | |
| parent | f0bf07f2ad70a11a65d13f5188f51c05d8c4a2b2 (diff) | |
| download | php-git-2233736cf624646c876728b1e0721638dd25a902.tar.gz | |
- Add unicode INI settings
Diffstat (limited to 'php.ini-recommended')
| -rw-r--r-- | php.ini-recommended | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 5fdf41790b..b0a33eacd9 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -493,6 +493,13 @@ 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 ; |
