From ... From: Erik Naggum Subject: Re: code-char and char-code Date: 1999/06/24 Message-ID: <3139226577852767@naggum.no>#1/1 X-Deja-AN: 493400111 References: mail-copies-to: never Organization: Naggum Software; +47 8800 8879; http://www.naggum.no Newsgroups: comp.lang.lisp * Jan Egil Hagen | I am confused about the behavior of code-char and char-code. no, you're confused about the print syntax of characters. | Allegro CL Trial Edition 5.0 behaves like this: | | (code-char (char-code #\newline)) | => #\newline | (code-char (char-code #\ø)) | => #\%x how come you didn't type #\ø and see what it printed out, too? | Why is Allegro doing what it is doing, and how can I make it behave like | CMUCL? (fill excl::*char-int-to-name* nil :start 160) #:Erik -- @1999-07-22T00:37:33Z -- pi billion seconds since the turn of the century