On Tue, Jan 18, 2022 at 07:56:14AM +0100, Christoph Hellwig wrote: > Turn the CONFIG_UNICODE symbol into a tristate that generates some always > built in code and remove the confusing CONFIG_UNICODE_UTF8_DATA symbol. > > Note that a lot of the IS_ENALBED() checks could be turned from cpp > statements into normal ifs, but this change is intended to be fairly > mechanic, so that should be cleaned up later. > > Fixes: 2b3d04787012 ("unicode: Add utf8-data module") > Reported-by: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Christoph Hellwig <hch@xxxxxx> Looks good to me, Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx> - Eric