Manual:$wgInputEncoding

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
<translate> Language, regional and character encoding settings</translate>: $wgInputEncoding
The encoding of the input text.
<translate> Introduced in version:</translate>pre 1.1.0
<translate> Deprecated in version:</translate>1.5.0
<translate> Removed in version:</translate>1.18.0 (r87589)
<translate> Allowed values:</translate>(string)
<translate> Default value:</translate>'UTF-8' (1.5-1.17)
'ISO-8859-1' (1.1-1.4)

Details

The encoding of the input text.

LanguageUtf8.php normally overrides this unless you set $wgUseLatin1 to true.

See also