Skip to content

Instantly share code, notes, and snippets.

@nati
Created March 23, 2011 06:18
Show Gist options
  • Select an option

  • Save nati/882700 to your computer and use it in GitHub Desktop.

Select an option

Save nati/882700 to your computer and use it in GitHub Desktop.
; 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