Manual:$wgLegacyEncoding

From mediawiki.org
This page is a translated version of the page Manual:$wgLegacyEncoding and the translation is 18% complete.
言語、地域、文字エンコードの設定: $wgLegacyEncoding
Set this to the character set, which you used before you updated to MediaWiki 1.5 (eg 'ISO-8859-1'). MediaWiki will then perform a temporary character set conversion when loading old revisions, which are not marked with "utf-8" flag (revisions created with MediaWiki 1.4 and earlier).
導入されたバージョン:1.4.0
除去されたバージョン:使用中
許容される値:未指定
既定値:false

詳細

Set this to the character set, which you used before you updated to MediaWiki 1.5 (eg 'ISO-8859-1'). MediaWiki will then perform a temporary character set conversion when loading old revisions, which are not marked with "utf-8" flag (that are revisions created with MediaWiki 1.4 and earlier). You can use this when you convert a wiki to UTF-8 and you do not want to do a mass conversion of old text data. Note however, that old texts, that have been converted because $wgLegacyEncoding was set, are not updated in the database! The next time they are needed, they will have to be converted again.

This DOES NOT touch any fields other than old_text and ar_text (and also does not change their content). Titles, comments, user names, etc still must be converted en masse in the database before continuing as a UTF-8 wiki.