update case mappings to unicode 10.0
authorRich Felker <dalias@aerifal.cx>
Tue, 19 Dec 2017 00:33:56 +0000 (19:33 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 19 Dec 2017 00:34:21 +0000 (19:34 -0500)
commit54941eddfd9cf2b40e489258e2fbf4bd1c90311e
tree0de815be674577d6da1fdbc1c43fb64bf19daf4b
parentc72c1c52bc08aa0c41654bd0a38f6c951634e088
update case mappings to unicode 10.0

the mapping tables and code are not automatically generated; they were
produced by comparing the output of towupper/towlower against the
mappings in the UCD, ignoring characters that were previously excluded
from case mappings or from alphabetic status (micro sign and circled
letters), and adding table entries or code for everything else
missing.

based very loosely on a patch by Reini Urban.
src/ctype/towctrans.c