Damn editor.

git-svn-id: http://svn.automattic.com/wordpress/trunk@4037 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-07-23 21:20:30 +00:00
parent cacf5e345f
commit 1fe8d71aa1
1 changed files with 7 additions and 7 deletions

View File

@ -720,13 +720,13 @@ class Snoopy
chr(176), chr(176),
chr(39), chr(39),
chr(128), chr(128),
"<EFBFBD>", "ä",
"<EFBFBD>", "ö",
"<EFBFBD>", "ü",
"<EFBFBD>", "Ä",
"<EFBFBD>", "Ö",
"<EFBFBD>", "Ü",
"<EFBFBD>", "ß",
); );
$text = preg_replace($search,$replace,$document); $text = preg_replace($search,$replace,$document);