r64250 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64249‎ | r64250 | r64251 >
Date:13:09, 27 March 2010
Author:demon
Status:ok
Tags:
Comment:
Fix message breakage from r64176
Modified paths:
  • /branches/new-installer/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /branches/new-installer/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: branches/new-installer/phase3/maintenance/language/messages.inc
@@ -3274,7 +3274,7 @@
32753275 'config-mysql-engine-help',
32763276 'config-mysql-charset',
32773277 'config-mysql-binary',
3278 - 'config-mysql-utf-8',
 3278+ 'config-mysql-utf8',
32793279 'config-mysql-charset-help',
32803280 'config-site-name',
32813281 'config-site-name-help',
Index: branches/new-installer/phase3/languages/messages/MessagesEn.php
@@ -4333,7 +4333,7 @@
43344334 <strong>MyISAM</strong> may be faster in single-user or read-only installations. MyISAM databases tend to get corrupted more often than InnoDB databases.',
43354335 'config-mysql-charset' => 'Database character set',
43364336 'config-mysql-binary' => 'Binary',
4337 -'config-mysql-utf-8' => 'UTF-8',
 4337+'config-mysql-utf8' => 'UTF-8',
43384338 'config-mysql-charset-help' => "In '''binary mode''', MediaWiki stores UTF-8 text to the database in binary fields. This is more efficient than MySQL's UTF-8 mode, and allows you to use the full range of Unicode characters.
43394339
43404340 In '''UTF-8 mode''', MySQL will know what character set your data is in, and can present and convert it appropriately, but it won't let you store characters above the [http://en.wikipedia.org/wiki/Mapping_of_Unicode_character_planes Basic Multilingual Plane]. ",

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64176MySQL uses encoding name 'utf8', not 'utf-8'maxsem19:57, 25 March 2010

Status & tagging log