]> git.eshelyaron.com Git - emacs.git/commit
Fupcase no longer maps ?ß to itself (bug#11309)
authorMattias Engdegård <mattiase@acm.org>
Thu, 10 Dec 2020 09:57:16 +0000 (10:57 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 10 Dec 2020 10:02:27 +0000 (11:02 +0100)
commit6596b5541dd147749e2091953ac77bcd73c8d404
treed9f5eee9a1f76889ea74a0da719e87c61345cdd4
parent91432f1ec55e125541d5e206402a72dfdef88ed8
Fupcase no longer maps ?ß to itself (bug#11309)

* test/src/casefiddle-tests.el (casefiddle-tests-char-casing):
(upcase ?ß) now returns ?ẞ (U+7838), partly for technical reasons but
the previous behaviour was arbitrary and arguably less useful.
Correct upcasing of ß is normally SS, which is what Fupcase returns if
given a string, or (for special purposes) ẞ.
test/src/casefiddle-tests.el