Sean Ross | 3 Apr 2008 10:16
Picon
Gravatar

Re: Unicode concatenate problem


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


Gmane