die letzten paar nicht-ascii zeichen raus, macht das leben einfacher

This commit is contained in:
dlichteblau
2006-09-10 14:55:29 +00:00
parent 70fd8ddd7d
commit ac6d074603
4 changed files with 9 additions and 13 deletions

View File

@ -84,11 +84,6 @@ $ cvs co cxml</pre>
href="http://common-lisp.net/project/cl-plus-ssl/#trivial-gray-streams">trivial-gray-streams</a>.
</p>
<ul>
<li>
SBCL and CLISP will trip over cxml's non-ASCII source files
unless run using a suitable locale configuration
(<tt>LC_CTYPE=en_US.ISO-8859-1</tt> should help).
</li>
<li>
The SBCL port uses 16 bit surrogate characters instead of taking
advantage of SBCL's full 21 bit character support.