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)
committerGabriel Krisman Bertazi <krisman@suse.de>
Wed, 9 Oct 2024 17:34:01 +0000 (13:34 -0400)
commit5c26d2f1d3f5e4be3e196526bead29ecb139cf91
tree3907409ecf9b89987f66e1cf8d9f402d07f35616
parent8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b
unicode: Don't special case ignorable code points

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>
fs/unicode/mkutf8data.c
fs/unicode/utf8data.c_shipped