Re: Multi-byte characters

2010-06-21 Thread Cecil Westerhof
Op maandag 21 jun 2010 15:20 CEST schreef Mike Gran: >> From: Cecil Westerhof ce...@decebal.nl > >> 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 spac

Re: Multi-byte characters

2010-06-21 Thread Mike Gran
> From: Cecil Westerhof ce...@decebal.nl > 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

Re: Multi-byte characters

2010-06-21 Thread Cecil Westerhof
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 > br

Multi-byte characters

2010-06-21 Thread 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