]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
unicode: Don't special case ignorable code points
authorGabriel Krisman Bertazi <krisman@suse.de>
Tue, 8 Oct 2024 22:43:16 +0000 (18:43 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Oct 2024 13:11:48 +0000 (15:11 +0200)
commit651b954cd8d5b0a358ceb47c93876bb6201224e4
treeb07e10b72e47c7fb9edaff15f778ae01492a87d3
parentf57204edc10760c935d8d36ea999dc8acf018030
unicode: Don't special case ignorable code points

commit 5c26d2f1d3f5e4be3e196526bead29ecb139cf91 upstream.

We don't need to handle them separately. Instead, just let them
decompose/casefold to themselves.

Signed-off-by: Gabriel Krisman Bertazi <krisman@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/unicode/mkutf8data.c
fs/unicode/utf8data.h_shipped