]> granicus.if.org Git - php/commitdiff
- Add unicode INI settings
authorAndi Gutmans <andi@php.net>
Fri, 12 Aug 2005 05:30:02 +0000 (05:30 +0000)
committerAndi Gutmans <andi@php.net>
Fri, 12 Aug 2005 05:30:02 +0000 (05:30 +0000)
php.ini-dist
php.ini-recommended

index 596d736af2a107413ad7499c902d02f6014f54a2..3c328cf85fd450717dd3fd715f042efaa3fe723c 100644 (file)
@@ -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 ;
index 5fdf41790bad41609d17e9d8acb1f94f3213a393..b0a33eacd9a20260a3aaa997537affc57fe95444 100644 (file)
@@ -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 ;