From 1fe8d71aa141173ac11c62ddee64ddf337148c08 Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 23 Jul 2006 21:20:30 +0000 Subject: [PATCH] Damn editor. git-svn-id: http://svn.automattic.com/wordpress/trunk@4037 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-snoopy.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/wp-includes/class-snoopy.php b/wp-includes/class-snoopy.php index addd7578e..15272056b 100644 --- a/wp-includes/class-snoopy.php +++ b/wp-includes/class-snoopy.php @@ -720,13 +720,13 @@ class Snoopy chr(176), chr(39), chr(128), - "�", - "�", - "�", - "�", - "�", - "�", - "�", + "ä", + "ö", + "ü", + "Ä", + "Ö", + "Ü", + "ß", ); $text = preg_replace($search,$replace,$document);