guile-user
[Top][All Lists]
Advanced

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

Re: Multi-byte characters


From: Cecil Westerhof
Subject: Re: Multi-byte characters
Date: Mon, 21 Jun 2010 12:33:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

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

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