]> birchwood-abbey.net Git - mit-scheme.git/commit
Remove NFC restrictions on string match/search.
authorChris Hanson <org/chris-hanson/cph>
Mon, 22 Feb 2021 07:12:14 +0000 (23:12 -0800)
committerChris Hanson <org/chris-hanson/cph>
Mon, 22 Feb 2021 07:12:14 +0000 (23:12 -0800)
commit9ac4651790007a3679e7d455caf6813197946d5a
treec1505458759c5ddda9360cdd9f63d30c3cba898c
parentaaf378232916c8a9f7b7de358dfc5e349c9a146c
Remove NFC restrictions on string match/search.

It's a bad idea to do this without canonicalization, but it's up to the
programmer to make sure they handle canonicalization when needed.
doc/ref-manual/strings.texi
src/runtime/regsexp.scm
src/runtime/srfi-115.scm
src/runtime/string.scm