diff --git a/README.html b/README.html
index 90d5d0b..799f9af 100644
--- a/README.html
+++ b/README.html
@@ -114,7 +114,8 @@
Namespace normalizer bugfixes.
Minor changes: clone-node on document as an extension. DOM
class hierarchy reworked. New function parse-empty-document.
- Fixed the DOM serializer to not throw away local names.
+ Fixed the DOM serializer to not throw away local names.
+ ANSI conformance fixes.
rel-2006-01-05
diff --git a/doc/installation.html b/doc/installation.html
index f84bc3e..0d69923 100644
--- a/doc/installation.html
+++ b/doc/installation.html
@@ -84,11 +84,6 @@ $ cvs co cxml
href="http://common-lisp.net/project/cl-plus-ssl/#trivial-gray-streams">trivial-gray-streams.
- -
- SBCL and CLISP will trip over cxml's non-ASCII source files
- unless run using a suitable locale configuration
- (LC_CTYPE=en_US.ISO-8859-1 should help).
-
-
The SBCL port uses 16 bit surrogate characters instead of taking
advantage of SBCL's full 21 bit character support.
diff --git a/runes/xstream.lisp b/runes/xstream.lisp
index 5e3657c..ae9bef7 100644
--- a/runes/xstream.lisp
+++ b/runes/xstream.lisp
@@ -5,7 +5,7 @@
;;; Author: Gilbert Baumann
;;; License: Lisp-LGPL (See file COPYING for details).
;;; ---------------------------------------------------------------------------
-;;; © copyright 1999 by Gilbert Baumann
+;;; (c) copyright 1999 by Gilbert Baumann
;;; This library is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU Library General Public
diff --git a/xml/xml-parse.lisp b/xml/xml-parse.lisp
index 74ea7ed..4672a6e 100644
--- a/xml/xml-parse.lisp
+++ b/xml/xml-parse.lisp
@@ -7,11 +7,11 @@
;;; Author: David Lichteblau
;;; License: Lisp-LGPL (See file COPYING for details).
;;; ---------------------------------------------------------------------------
-;;; © copyright 1999 by Gilbert Baumann
-;;; © copyright 2003 by Henrik Motakef
-;;; © copyright 2004 knowledgeTools Int. GmbH
-;;; © copyright 2004 David Lichteblau
-;;; © copyright 2005 David Lichteblau
+;;; (c) copyright 1999 by Gilbert Baumann
+;;; (c) copyright 2003 by Henrik Motakef
+;;; (c) copyright 2004 knowledgeTools Int. GmbH
+;;; (c) copyright 2004 David Lichteblau
+;;; (c) copyright 2005 David Lichteblau
;;; This library is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU Library General Public
@@ -3177,7 +3177,7 @@
(cond ((%= rptr fptr)
;; underflow -- hmm inject the scratch-pad with what we
;; read and continue, while using read-rune and collecting
- ;; d.h. besser wäre hier auch while-reading zu benutzen.
+ ;; d.h. besser waere hier auch while-reading zu benutzen.
(setf (xstream-read-ptr ,input) rptr)
(multiple-value-setq (,res ,res-start ,res-end)
(with-rune-collector/raw (collect)