]> 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:15:02 +0000 (23:15 -0800)
commit8335e332f37d380aebbb033d5da590dd8de027a5
tree6bc3f0db8fb8d65d5023435a721787b959a15aa8
parent8f3467bff83bfd42ca3c747ca32224ffd0e81c0e
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.

(cherry picked from commit 9ac4651790007a3679e7d455caf6813197946d5a)
doc/ref-manual/strings.texi
src/runtime/regsexp.scm
src/runtime/srfi-115.scm
src/runtime/string.scm