add missing case mapping between U+03F3 and U+037F
authorRich Felker <dalias@aerifal.cx>
Fri, 25 Oct 2019 16:20:22 +0000 (12:20 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 25 Oct 2019 16:23:05 +0000 (12:23 -0400)
commite8aba58ab19a18f83d7f78e80d5e4f51e7e4e8a9
treee512023caa6ee430952e48b0d0716a0d475fecf6
parent4fd0f2056082441a4503f6bfcb787a7c15754518
add missing case mapping between U+03F3 and U+037F

somehow this seems to have been overlooked. add it now so that
subsequent overhaul of case mapping implementation will not introduce
a functional change at the same time.
src/ctype/towctrans.c