On Sat, Nov 20, 2021 at 11:05:25AM -0500, Wietse Venema wrote: > - If you must use other tables, update src/util/dict.h > > #define DICT_FLAG_FOLD_FIX (0) /* case-fold key with fixed-case map */ > #define DICT_FLAG_FOLD_MUL (0) /* case-fold key with fixed-case map */ > > This will nuke the flags that request case folding.
I had the same idea, but was reluctant to suggest it before finding out whether the desired goal was case-sensitivity in just one table, one table type, or all lookups. -- Viktor