17 lines
931 B
INI
17 lines
931 B
INI
[iconv]
|
|
; Use of this INI entry is deprecated, use global input_encoding instead.
|
|
; If empty, default_charset or input_encoding or iconv.input_encoding is used.
|
|
; The precedence is: default_charset < input_encoding < iconv.input_encoding
|
|
;iconv.input_encoding =
|
|
|
|
; Use of this INI entry is deprecated, use global internal_encoding instead.
|
|
; If empty, default_charset or internal_encoding or iconv.internal_encoding is used.
|
|
; The precedence is: default_charset < internal_encoding < iconv.internal_encoding
|
|
;iconv.internal_encoding =
|
|
|
|
; Use of this INI entry is deprecated, use global output_encoding instead.
|
|
; If empty, default_charset or output_encoding or iconv.output_encoding is used.
|
|
; The precedence is: default_charset < output_encoding < iconv.output_encoding
|
|
; To use an output encoding conversion, iconv's output handler must be set
|
|
; otherwise output encoding conversion cannot be performed.
|
|
;iconv.output_encoding =
|