From: Takehiko Abe
Subject: Unicode
Date: 
Message-ID: <m2k7fnbffp.fsf@solg4.keke.org>
I know some CL implementations support unicode string while
their editor--Emacs does not. How, then, do they manage to
print & read unicode string?

Thanks in advance,
Takehiko Abe <keke at mac com>
From: Adam Warner
Subject: Re: Unicode
Date: 
Message-ID: <pan.2003.02.26.09.47.09.238281@consulting.net.nz>
Hi Takehiko Abe,

> I know some CL implementations support unicode string while their
> editor--Emacs does not. How, then, do they manage to print & read
> unicode string?

Emacs does support various Unicode character encoding schemes (in
particular UTF-8). If you were using Debian you could just apt-get install
mule-ucs: http://packages.debian.org/unstable/editors/mule-ucs.html

Regards,
Adam