* (bug 17020) Adding fallback encodings for Traditional and Simplified Chinese langua...
authorShinjiman <shinjiman@users.mediawiki.org>
Fri, 24 Apr 2009 18:43:42 +0000 (18:43 +0000)
committerShinjiman <shinjiman@users.mediawiki.org>
Fri, 24 Apr 2009 18:43:42 +0000 (18:43 +0000)
RELEASE-NOTES
languages/messages/MessagesZh_hans.php
languages/messages/MessagesZh_hant.php
languages/messages/MessagesZh_hk.php

index 3476fd0..a37d1f5 100644 (file)
@@ -365,6 +365,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
  * (bug 17191) Registration date now listed on preferences page.
  * Note that this change will break some extensions which have not been adapted
    for it.
+* (bug 17020) Adding fallback encodings for Traditional and Simplified Chinese languages while the the text is typed as URLs.
 
 == API changes in 1.15 ==
 * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions
index d964210..9e6267b 100644 (file)
@@ -17,6 +17,8 @@
  * @author Wong128hk
  */
 
+$fallback8bitEncoding = 'windows-936';
+
 $namespaceNames = array(
        NS_MEDIA            => '媒体',
        NS_SPECIAL          => '特殊',
index 05f2952..1ac0079 100644 (file)
@@ -20,6 +20,8 @@
 
 $fallback = 'zh-hans';
 
+$fallback8bitEncoding = 'windows-950';
+
 $namespaceNames = array(
        NS_MEDIA            => '媒體',
        NS_SPECIAL          => '特殊',
index 054fba3..f46c417 100644 (file)
@@ -13,6 +13,8 @@
 
 $fallback = 'zh-hant';
 
+$fallback8bitEncoding = 'Big5-HKSCS';
+
 $messages = array(
 # User preference toggles
 'tog-watchlisthidebots' => '監視列表中隱藏機械人的編輯',