提交 e8aba58a 编写于 作者: R Rich Felker

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.
上级 4fd0f205
...@@ -176,6 +176,7 @@ static const unsigned short pairs[][2] = { ...@@ -176,6 +176,7 @@ static const unsigned short pairs[][2] = {
{ 0x243, 0x180 }, { 0x243, 0x180 },
{ 0x244, 0x289 }, { 0x244, 0x289 },
{ 0x245, 0x28c }, { 0x245, 0x28c },
{ 0x37f, 0x3f3 },
{ 0x3f4, 0x3b8 }, { 0x3f4, 0x3b8 },
{ 0x3f9, 0x3f2 }, { 0x3f9, 0x3f2 },
{ 0x3fd, 0x37b }, { 0x3fd, 0x37b },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册