mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
630c12862c
previous CONFIG_UNICODE. It is -rc material since we don't want to expose the former symbol on 5.17. This has been living on linux-next for the past week. -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE8jAUPq50yNjPBCi4QEuZqsMcppQFAmH4lC0ACgkQQEuZqsMc ppRl1Q/+Lyba+DORs26C4p1GDS5ezHOCdbBUE8RFwWjIl+h5ckQ/8kndaXPRLorZ 1S9E6h5RfqhekGKOhMTXyfzqcW8qMzUy4i3J2lmJpDwATqLt+4Wu/M2BBH2CaIIL EhhW8D+WduAEM/TFYihH9LJ0RopvIsqcy8qdu+oSBGfPAdxJ0f2+Yx0pNTRfqVmi 8+Dry0nRhP12o9wXElpZ0/BYEZTlY+Zo6L/heT6/GKDLpz/YmZp18GAc/0TWb3LL ASujr+anU2LxSFskkyuMu+rbFE8eDshvHEuBZLxlD2o+tG6lAi4mNWZYc0/+jPMw 8TdJ5MEX3IlljXLRKuYctoCdsFQKLxH5IN5wLkiLvM5fBpeb/sWqNolx8f2s/f9R TaUdjwiqFnML4VnlEH3hd3/hUUVbnE+xJo6g1iRGgJY3eecimvwl8P5H7k9Sn3OS 4zh0bHT9pfg+vUR0BVnfdWi4OpPxSrdqCgFhHsmKaGMvTApm0qMKK1Cg4OPNtYwr d1RMqsqEBSJTHzr0nHoiWLhkIo8npRPy+LMK51D8j6wg0kOj4GGYerWm1MD9ZlbI rhPy7nDgdcH48Gk1m6o7dROZKCvkZK+/QDPelBgZHGcGB94lUugYVJQrlBjI+2+7 Wx5oQLgQgeabeMtDZ/YNy5Dsre20vas2oLj5cs6uuoWNOcBO6Ew= =YVNN -----END PGP SIGNATURE----- Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode Pull unicode cleanup from Gabriel Krisman Bertazi: "A fix from Christoph Hellwig merging the CONFIG_UNICODE_UTF8_DATA into the previous CONFIG_UNICODE. It is -rc material since we don't want to expose the former symbol on 5.17. This has been living on linux-next for the past week" * tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode: unicode: clean up the Kconfig symbol confusion |
||
---|---|---|
.. | ||
.gitignore | ||
Kconfig | ||
Makefile | ||
mkutf8data.c | ||
README.utf8data | ||
utf8-core.c | ||
utf8-norm.c | ||
utf8-selftest.c | ||
utf8data.c_shipped | ||
utf8n.h |
The utf8data.h file in this directory is generated from the Unicode Character Database for version 12.1.0 of the Unicode standard. The full set of files can be found here: http://www.unicode.org/Public/12.1.0/ucd/ Individual source links: https://www.unicode.org/Public/12.1.0/ucd/CaseFolding.txt https://www.unicode.org/Public/12.1.0/ucd/DerivedAge.txt https://www.unicode.org/Public/12.1.0/ucd/extracted/DerivedCombiningClass.txt https://www.unicode.org/Public/12.1.0/ucd/DerivedCoreProperties.txt https://www.unicode.org/Public/12.1.0/ucd/NormalizationCorrections.txt https://www.unicode.org/Public/12.1.0/ucd/NormalizationTest.txt https://www.unicode.org/Public/12.1.0/ucd/UnicodeData.txt md5sums (verify by running "md5sum -c README.utf8data"): 900e76da1d822a160fd6b8c0b1d70094 CaseFolding.txt 131256380bff4fea8ad4a851616f2f10 DerivedAge.txt e731a4089b30002144e107e3d6f8d1fa DerivedCombiningClass.txt a47c9fbd7ff92a9b261ba9831e68778a DerivedCoreProperties.txt fcab6dad15e440879d92f315978f93d3 NormalizationCorrections.txt f9ff1c55a60decf436100f791b44aa98 NormalizationTest.txt 755f6af699f8c8d2d958da411f78f6c6 UnicodeData.txt sha1sums (verify by running "sha1sum -c README.utf8data"): dc9245f6803c4ac99555c361f5052e0b13eb779b CaseFolding.txt 3281104f237184cdb5d869e86eb8573678ada7da DerivedAge.txt 2f5f995ccb96e0fa84b15151b35d5e2681535175 DerivedCombiningClass.txt 5b8698a3fcd5018e1987f296b02e2c17e696415e DerivedCoreProperties.txt cd83935fbc012345d8792d2c704f69497e753835 NormalizationCorrections.txt ea419aae505b337b0d99a83fa83fe58ddff7c19f NormalizationTest.txt dc973c0fc93d6f09d9ab9f70d1c9f89c447f0526 UnicodeData.txt To update to the newer version of the Unicode standard, the latest released version of the UCD can be found here: http://www.unicode.org/Public/UCD/latest/ Then, build under fs/unicode/ with REGENERATE_UTF8DATA=1: make REGENERATE_UTF8DATA=1 fs/unicode/ After sanity checking the newly generated utf8data.h file (the version generated from the 12.1.0 UCD should be 4,109 lines long, and have a total size of 324k) and/or comparing it with the older version of utf8data.h_shipped, rename it to utf8data.h_shipped. If you are a kernel developer updating to a newer version of the Unicode Character Database, please update this README.utf8data file with the version of the UCD that was used, the md5sum and sha1sums of the *.txt files, before checking in the new versions of the utf8data.h and README.utf8data files.