From d81308faba0cfb3fccf8c3b12446863c7b76ae32 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Wed, 2 May 2018 14:18:26 -0400 Subject: uppercase mapping ß (U+00df) to ẞ (U+1E9E) (#134) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * uppercase(0x00df) = 0x1e9e * tests for titlecase and u+00df uppercase * NEWS, another test --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index eb4fce7..7e0b6e0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -14,6 +14,9 @@ - `cmake` fix to avoid defining `UTF8PROC_EXPORTS` globally ([#121]). +- `toupper` of ß (U+00df) now yields ẞ (U+1E9E) ([#134]), similar to musl; + case-folding still yields the standard "ss" mapping. + ## Version 2.1.1 ## 2018-04-27 @@ -332,3 +335,4 @@ Release of version 1.0.1 [#128]: https://github.com/JuliaLang/utf8proc/issues/128 [#132]: https://github.com/JuliaLang/utf8proc/issues/132 [#133]: https://github.com/JuliaLang/utf8proc/issues/133 +[#134]: https://github.com/JuliaLang/utf8proc/issues/134 -- cgit v1.2.3