sync case mappings with unicode 6.1
authorRich Felker <dalias@aerifal.cx>
Mon, 23 Apr 2012 23:19:26 +0000 (19:19 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 23 Apr 2012 23:19:26 +0000 (19:19 -0400)
commit1a63a9fc30e7a1f1239e3cedcb5041e5ec1c5351
tree9ab2438310a30b91aa19962205d0a6fe065d868e
parent38b5d7d0526be24fba0f0789407727e4e7950e63
sync case mappings with unicode 6.1

also special-case ß (U+00DF) as lowercase even though it does not have
a mapping to uppercase. unicode added an uppercase version of this
character but does not map it, presumably because the uppercase
version is not actually used except for some obscure purpose...
src/ctype/iswlower.c
src/ctype/towctrans.c