]> birchwood-abbey.net Git - mit-scheme.git/commit
Fix bug #62618.
authorChris Hanson <org/chris-hanson/cph>
Sat, 10 Dec 2022 09:53:08 +0000 (01:53 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sat, 10 Dec 2022 09:53:08 +0000 (01:53 -0800)
commit4dbe82b49881bd59f6d12a3e519291df5b0deacd
tree94c29086c8eee82754f55040fed3202c9646d313
parent3d2691bf636f20e85e13b612ee5ba537c60c058b
Fix bug #62618.

Don't automatically normalize strings to NFC.  Add a note to the reference
manual stating that it's the programmer's responsibility to normalize when
needed.
20 files changed:
doc/ref-manual/strings.texi
src/libraries/srfi-140-impl.scm
src/runtime/bytevector.scm
src/runtime/html-form-codec.scm
src/runtime/http-io.scm
src/runtime/input-port.scm
src/runtime/reader.scm
src/runtime/regexp-recursive.scm
src/runtime/regexp.scm
src/runtime/regsexp.scm
src/runtime/rfc2822-headers.scm
src/runtime/rgxcmp.scm
src/runtime/string-io.scm
src/runtime/string.scm
src/runtime/symbol.scm
src/ssp/mod-lisp.scm
src/xml/xml-parser.scm
src/xml/xml-struct.scm
tests/runtime/test-srfi-115.scm
tests/runtime/test-string.scm