chicken-users
[Top][All Lists]
Advanced

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

Re: German Umlauts / UTF8 with comparse


From: Moritz Heidkamp
Subject: Re: German Umlauts / UTF8 with comparse
Date: Mon, 17 Feb 2020 15:27:47 +0100

Hi Christoph,

On 17 February 2020 14:31 +01, Christoph Lange wrote:

> meaning, that the ä isn't recognized as being a letter within the
> 'char-set:letter'. (The UTF8 aspect of correct character width works on the
> other hand: in the remaining string, the ä is represented by only one #\.
> If I don't use the UTF8 string equivalents by importing 'utf8', it would be
> two.)

this is because char-set:letter is not redefined by `utf8-srfi-13`. You
can import `unicode-char-sets` which should give you what you need. See
http://wiki.call-cc.org/eggref/5/utf8#unicode-char-sets for a list of
char-sets supported by that module.

Hope that helps!

Moritz



reply via email to

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