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?


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to