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: Julian Stecklina
Subject: Re: [STUMP] Could stumpwm support UTF-8 ?
Date: Sat, 10 Jul 2010 01:15:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

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.

-- 
Julian Stecklina

"It's class warfare, my class is winning, but they shouldn't be."
Warren Buffet, World's Richest Person 2007




reply via email to

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