chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] utf8 and scsh-regexp


From: Peter Danenberg
Subject: [Chicken-users] utf8 and scsh-regexp
Date: Tue, 15 Dec 2009 00:48:24 -0600
User-agent: Mutt/1.5.16 (2007-06-11)

Using 3.4.0, the following fails:

  (require-extension syntax-case scsh-regexp utf8)
  (regexp-substitute/global #f "ä" "ä" "ae")

It works, however, without utf8; the problem is, I need to do
unicode-aware string->list decomposition.

Is there a quick fix to scsh-regexp by, say, making it aware of the
utf8?




reply via email to

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