commit | 2b3d047870120bcd46d7cc257d19ff49328fd585 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Sep 15 09:00:05 2021 +0200 |
committer | Gabriel Krisman Bertazi <krisman@collabora.com> | Tue Oct 12 11:41:39 2021 -0300 |
tree | 246aaddfd7767703c9d3cc8a8828c6f064298d09 | |
parent | 6ca99ce756c27852d1ea1e555045de1c920f30ed [diff] |
unicode: Add utf8-data module utf8data.h contains a large database table which is an auto-generated decodification trie for the unicode normalization functions. Allow building it into a separate module. Based on a patch from Shreeya Patel <shreeya.patel@collabora.com>. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>