--- ./log.c.old	Wed Aug  3 14:39:28 2005
+++ ./log.c	Wed Aug  3 14:39:37 2005
@@ -139,13 +139,11 @@
 #endif

 	/*
-	 *	Filter out characters not in Latin-1.
+	 *	Filter out newlines and carriage returns.
 	 */
 	for (p = (unsigned char *)buffer; *p != '\0'; p++) {
 		if (*p == '\r' || *p == '\n')
 			*p = ' ';
-		else if (*p < 32 || (*p >= 128 && *p <= 160))
-			*p = '?';
 	}
 	strcat(buffer, "\n");
