Using the escaped UTF-8 characters instead of the hidden characters themselves, to...
authorRotem Liss <rotem@users.mediawiki.org>
Tue, 20 Jun 2006 09:38:48 +0000 (09:38 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Tue, 20 Jun 2006 09:38:48 +0000 (09:38 +0000)
languages/Language.php

index 8af23ee..c615f8b 100644 (file)
@@ -861,7 +861,7 @@ class Language {
         *
         * @return string
         */
-       function getDirMark() { return $this->isRTL() ? '‏' : '‎'; }
+       function getDirMark() { return $this->isRTL() ? "\xE2\x80\x8F" : "\xE2\x80\x8E"; }
 
        /**
         * To allow "foo[[bar]]" to extend the link over the whole word "foobar"