]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
ext2fs: convert unicode normalization from NFKD -> NFD
authorGabriel Krisman Bertazi <krisman@collabora.com>
Sun, 28 Apr 2019 19:08:39 +0000 (15:08 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 28 Apr 2019 19:08:44 +0000 (15:08 -0400)
commit3e1c513a73ac84158f0746c3d344d3dc87c62599
treeb73745dcf8c28b2f7f5f1ea9d5f40df4bdd91291
parent0a8b31cab9ec0d42a877658bc9fadb48da3dc39b
ext2fs: convert unicode normalization from NFKD -> NFD

Following the kernel transition, convert the normalization format from
NFKD to NFD.  This also regenerates the utf8data.h database.

Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/nls_utf8-norm.c
lib/ext2fs/nls_utf8.c
lib/ext2fs/utf8data.h
lib/ext2fs/utf8n.h