Index: class-snoopy.php
===================================================================
--- class-snoopy.php	(revision 15549)
+++ class-snoopy.php	(working copy)
@@ -719,13 +719,13 @@
 							chr(176),
 							chr(39),
 							chr(128),
-							"ä",
-							"ö",
-							"ü",
-							"Ä",
-							"Ö",
-							"Ü",
-							"ß",
+							chr(0xE4), // ANSI &auml;
+							chr(0xF6), // ANSI &ouml;
+							chr(0xFC), // ANSI &uuml;
+							chr(0xC4), // ANSI &Auml;
+							chr(0xD6), // ANSI &Ouml;
+							chr(0xDC), // ANSI &Uuml;
+							chr(0xDF), // ANSI &szlig;
 						);
 
 		$text = preg_replace($search,$replace,$document);
