This commit is contained in:
Andreas Österreicher
2009-12-14 08:02:29 +00:00
parent 764b1936cc
commit d1947c84fc
+4 -4
View File
@@ -440,13 +440,13 @@ function convertProblemChars($str)
'N' => '/Ñ/',
'n' => '/ñ/',
'O' => '/Ò|Ó|Ô|Õ/',
'Oe' => '/&Ouml/',
'Oe' => '/Ö/',
'o' => '/ò|ó|ô|õ/',
'oe' => '/&ouml/',
'oe' => '/ö/',
'U' => '/Ù|Ú|Û/',
'Ue' => '/&Uuml/',
'Ue' => '/Ü/',
'u' => '/ù|ú|û/',
'ue' => '/&uuml/',
'ue' => '/ü/',
'Y' => '/Ý/',
'y' => '/ý|ÿ/',
'a.' => '/ª/',