message from =?utf-8?Q?Micha=C5=82_Kaszczuk?= <mkaszc...@ivona.com> to 
festival-talk
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
All,

How to get/print (in Festival scheme) the ascii code of a character in 
single-character string?

test.scm:
(define (test l)
 (format t "%d\n" l))

$ festival --heap 10000000 -b test.scm '(test "a")'
SIOD ERROR: not a number : "a"

Usually I'd use char->ascii but it's not defined in Festival

Thanks in advance,

M.

------
Please don't print this e-mail unless you really need to.



= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
=    University of Edinburgh's Festival Speech Synthesis System       =
= http://festvox.org/festival      Sent Via festival-t...@festvox.org =
=                           To unsubscribe mail majord...@festvox.org =
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

_______________________________________________
Festlang-talk mailing list
Festlang-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/festlang-talk

Reply via email to