3 Apr 2008 10:16
Re: Unicode concatenate problem
Sean Ross <rosssd <at> gmail.com>
2008-04-03 08:16:11 GMT
2008-04-03 08:16:11 GMT
On 4/3/08, Jens Teich <info <at> jensteich.de> wrote: > > LW 5.1, Windows > > what am I doing wrong? Jens The default element type of strings in lispworks is the value of *default-character-element-type* which defaults to base-char. try (set-default-character-element-type 'character) sean
RSS Feed