Op maandag 21 jun 2010 11:54 CEST schreef Cecil Westerhof:

> I am experimenting with Guile. It looks like the performance is not that
> good. But I continue. One of the things is multi-byte characters. I want
> to replace spaces with non breaking spaces. But Guile sees a non
> breaking space ( ) as two characters (when using string-length). Is
> there a way to let Guile see it as one character?

Properly the character is not visible in all e-mail clients. When
putting the non break space in a file and putting this file through:
    od -c
you get:
    0000000 302 240  \n
    0000003
 
-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof

Reply via email to