diff --git a/chapters/config.xml b/chapters/config.xml index 4e9bdddd59..98ab77ea1a 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1503,6 +1503,77 @@ NOTYPE + + Multi-Byte String Configuration Directives + + + + + mbstring.internal_encoding + string + + + + mbstring.internal_encoding defines default + internal character encoding. + + + + + + + mbstring.http_input + string + + + + mbstring.http_input defines default + HTTP input character encoding. + + + + + + + mbstring.http_output + string + + + + mbstring.http_output defines default + HTTP output character encoding. + + + + + + + mbstring.detect_order + string + + + + mbstring.detect_order defines default + character encoding detection order. + + + + + + + mbstring.substitute_character + string + + + + mbstring.substitute_character defines + character to substitute for invalid character codes. + + + + + +