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
