Created
March 23, 2011 06:18
-
-
Save nati/882700 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; http input encoding. | |
| ; http://php.net/mbstring.http-input | |
| mbstring.http_input = auto | |
| ; http output encoding. mb_output_handler must be | |
| ; registered as output buffer to function | |
| ; http://php.net/mbstring.http-output | |
| mbstring.http_output = UTF-8 | |
| ; enable automatic encoding translation according to | |
| ; mbstring.internal_encoding setting. Input chars are | |
| ; converted to internal encoding by setting this to On. | |
| ; Note: Do _not_ use automatic encoding translation for | |
| ; portable libs/applications. | |
| ; http://php.net/mbstring.encoding-translation | |
| mbstring.encoding_translation = On |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment