Index: trunk/phase3/includes/Xml.php |
— | — | @@ -352,7 +352,7 @@ |
353 | 353 | # versions of Gecko don't misinterpret our strings; |
354 | 354 | # this is a common problem with Farsi text. |
355 | 355 | "\xe2\x80\x8c" => "\\u200c", // ZERO WIDTH NON-JOINER |
356 | | - "\xe2\x80\x8D" => "\\u200D", // ZERO WIDTH JOINER |
| 356 | + "\xe2\x80\x8d" => "\\u200d", // ZERO WIDTH JOINER |
357 | 357 | ); |
358 | 358 | return strtr( $string, $pairs ); |
359 | 359 | } |