* (bug 16638) 8-bit URL fallback encoding now set on additional languages using
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 15 Dec 2008 19:48:54 +0000 (19:48 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 15 Dec 2008 19:48:54 +0000 (19:48 +0000)
  Arabic script (Persian, Urdu, Sindhi, Punjabi)

RELEASE-NOTES
languages/messages/MessagesFa.php
languages/messages/MessagesPnb.php
languages/messages/MessagesSd.php
languages/messages/MessagesUr.php

index 8ca96f6..c4795a2 100644 (file)
@@ -418,6 +418,8 @@ The following extensions are migrated into MediaWiki 1.14:
   pages with preformatted text difficult
 * (bug 15849) Special:Movepage now throws a more specific error when trying to 
   move a title to an interwiki target
+* (bug 16638) 8-bit URL fallback encoding now set on additional languages using
+  Arabic script (Persian, Urdu, Sindhi, Punjabi)
 
 === API changes in 1.14 ===
 
index 539ef6c..56ce65e 100644 (file)
@@ -153,6 +153,8 @@ $digitTransformTable = array(
        ',' => '٬', # &#x066c;
 );
 
+$fallback8bitEncoding = 'windows-1256';
+
 $rtl = true;
 $defaultUserOptionOverrides = array(
        # Swap sidebar to right side by default
index ca2a168..1186ca9 100644 (file)
@@ -7,6 +7,8 @@
  * @author Khalid Mahmood
  */
 
+$fallback8bitEncoding = 'windows-1256';
+
 $messages = array(
 # Dates
 'sun'           => 'اتوار',
index 2a3a94f..fcc939d 100644 (file)
@@ -7,6 +7,7 @@
  * @author Aursani
  */
 
+$fallback8bitEncoding = 'windows-1256';
 $rtl = true;
 
 $namespaceNames = array(
index 225d98e..b4e2a25 100644 (file)
@@ -10,6 +10,7 @@
  * @author לערי ריינהארט
  */
 
+$fallback8bitEncoding = 'windows-1256';
 $rtl = true;
 $defaultUserOptionOverrides = array(
        # Swap sidebar to right side by default