lilypond-user
[Top][All Lists]
Advanced

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

Re: Unicode chars in scheme?


From: Tao Cumplido
Subject: Re: Unicode chars in scheme?
Date: Wed, 24 Jun 2009 09:24:39 +0200

> \char ##x00a9

Thanks. It didn't work right away but I figured it out.

(display #x00a9) -> 169

(display (char? #x00a9)) -> #f

(display (number? #x00a9)) -> #t

(display (integer->char #x00a9)) -> ©


I still wish there was a direct way but this will do.
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01




reply via email to

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