[closure-cvs] CVS closure/src/parse

dlichteblau dlichteblau at common-lisp.net
Sat Jul 7 15:03:57 UTC 2007


Update of /project/closure/cvsroot/closure/src/parse
In directory clnet:/tmp/cvs-serv31723/src/parse

Modified Files:
	sgml-parse.lisp 
Log Message:
Umlaute raus!


--- /project/closure/cvsroot/closure/src/parse/sgml-parse.lisp	2007/01/21 15:25:27	1.7
+++ /project/closure/cvsroot/closure/src/parse/sgml-parse.lisp	2007/07/07 15:03:56	1.8
@@ -187,7 +187,7 @@
 (defsubst sloopy-name-rune-p (char)
   (or (name-rune-p char)
       (rune= char #/%)
-      (rune= char #//)      ;manche schreiben ganze urls ohne Gänsefüßchen
+      (rune= char #//)      ;manche schreiben ganze urls ohne Gaensefuesschen
       (rune= char #/:)
       (rune= char #/~)
       (rune= char #/#)      ;farben werden auch gerne genommen




More information about the Closure-cvs mailing list