* (bug 16638) 8-bit URL fallback encoding now set on additional languages using

Arabic script (Persian, Urdu, Sindhi, Punjabi)
This commit is contained in:
Brion Vibber 2008-12-15 19:48:54 +00:00
parent c849919a8b
commit 375cd55eaa
5 changed files with 8 additions and 0 deletions

View 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 ===

View file

@ -153,6 +153,8 @@ $digitTransformTable = array(
',' => '٬', # ٬
);
$fallback8bitEncoding = 'windows-1256';
$rtl = true;
$defaultUserOptionOverrides = array(
# Swap sidebar to right side by default

View file

@ -7,6 +7,8 @@
* @author Khalid Mahmood
*/
$fallback8bitEncoding = 'windows-1256';
$messages = array(
# Dates
'sun' => 'اتوار',

View file

@ -7,6 +7,7 @@
* @author Aursani
*/
$fallback8bitEncoding = 'windows-1256';
$rtl = true;
$namespaceNames = array(

View file

@ -10,6 +10,7 @@
* @author לערי ריינהארט
*/
$fallback8bitEncoding = 'windows-1256';
$rtl = true;
$defaultUserOptionOverrides = array(
# Swap sidebar to right side by default