"Dmitry Timoshkov" dmitry@codeweavers.com writes:
That's not really possible due to a confusing license accompanying the unicode.org mappings, and a policy (until at least now) to not patch unicode.org provided data. Otherwise we have to patch the unicode collation table (I had a patch for it somewhere) as well as some other code page tables (problem with cp1251 table comes to mind as was reported recently).
Distributing patched unicode.org files is not something we want to do, but modifying the mapping tables in cpmap.pl after they are loaded is acceptable, we already have a couple of cases where we do that.