From: Stig Hemmer
Subject: Re: code-char and char-code
Date: 
Message-ID: <ekvlnd9oat4.fsf@gnoll.pvv.ntnu.no>
Jan Egil Hagen <·····@nntp.ifi.uio.no> writes:
> (code-char (char-code #\�))
> => #\%x

Try
#\�
=> #\%x

(char= #\� (code-char (char-code #\�)))
=> T

So, the problem is that ACL and CMUCL disagrees on the print-syntax
for meta-characters.

Now, please tell us why this is a problem for you?

Stig Hemmer,
Jack of a Few Trades.