Merge "Declare and document $wgStatsdServer and $wgStatsdMetricPrefix"
[lhc/web/wiklou.git] / maintenance / language / generateNormalizerDataAr.php
index 29e4d2a..d029bf7 100644 (file)
@@ -25,7 +25,7 @@ require_once __DIR__ . '/../Maintenance.php';
 
 /**
  * Generates the normalizer data file for Arabic.
- * For NFC see includes/libs/normal.
+ * For NFC see includes/compat/normal.
  *
  * @ingroup MaintenanceLanguage
  */
@@ -117,8 +117,8 @@ class GenerateNormalizerDataAr extends Maintenance {
                                        continue;
                                }
 
-                               $source = hexSequenceToUtf8( $data['Code'] );
-                               $dest = hexSequenceToUtf8( $m[2] );
+                               $source = UtfNormal\Utils::hexSequenceToUtf8( $data['Code'] );
+                               $dest = UtfNormal\Utils::hexSequenceToUtf8( $m[2] );
                                $pairs[$source] = $dest;
                        }
                }