stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] Could stumpwm support UTF-8 ?


From: Plato Wu
Subject: Re: [STUMP] Could stumpwm support UTF-8 ?
Date: Mon, 12 Jul 2010 19:18:47 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux)

Julian Stecklina <address@hidden> writes:

> Shawn Betts <address@hidden> writes:
>
>> 2010/7/8 Plato Wu <address@hidden>:
>>>
>>> I compile stumpwm by SBCL with :SB-UNICODE feature, but stumpwm hang
>>> when I eval (coerce '(#\u2211) 'string), It is OK in SBCL.
>>
>> What version of stumpwm are you running? I'm running sbcl 1.0.29 with
>> :sb-unicode and stumpwm from the git repository and it works. However,
>> the actual character prints as a question mark. It doesn't hang,
>> though.
>>
>> C-t : (coerce '(#\u2211) 'string) RET
>
> Fails because I cannot type \ (AltGr+ß gets ß, should be \) on my German
> keyboard.
>
> (coerce (list (code-char 2211)) 'string) works.


Thank you for your effort, you can try this expression instead:

(coerce (list (code-char 8721)) 'string)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]