Index: branches/wmf/1.17wmf1/languages/classes/LanguageEo.php |
— | — | @@ -41,7 +41,7 @@ |
42 | 42 | if ( strcasecmp( $in, 'x' ) == 0 && strcasecmp( $out, 'utf-8' ) == 0 ) { |
43 | 43 | return preg_replace_callback ( |
44 | 44 | '/([cghjsu]x?)((?:xx)*)(?!x)/i', |
45 | | - array( $this, 'strrtuxCallback' ), $string ); |
| 45 | + array( $this, 'strrtxuCallback' ), $string ); |
46 | 46 | } else if ( strcasecmp( $in, 'UTF-8' ) == 0 && strcasecmp( $out, 'x' ) == 0 ) { |
47 | 47 | # Double Xs only if they follow cxapelutaj literoj. |
48 | 48 | return preg_replace_callback( |