projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fd0f20
)
add missing case mapping between U+03F3 and U+037F
author
Rich Felker
<dalias@aerifal.cx>
Fri, 25 Oct 2019 16:20:22 +0000
(12:20 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Fri, 25 Oct 2019 16:23:05 +0000
(12:23 -0400)
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
patch
|
blob
|
history
diff --git
a/src/ctype/towctrans.c
b/src/ctype/towctrans.c
index 8f6810184e08c1430aa9d652fbcf4c18fb037499..9b91b2de5df58b1c6d7f1669ddc127723360f659 100644
(file)
--- a/
src/ctype/towctrans.c
+++ b/
src/ctype/towctrans.c
@@
-176,6
+176,7
@@
static const unsigned short pairs[][2] = {
{ 0x243, 0x180 },
{ 0x244, 0x289 },
{ 0x245, 0x28c },
+ { 0x37f, 0x3f3 },
{ 0x3f4, 0x3b8 },
{ 0x3f9, 0x3f2 },
{ 0x3fd, 0x37b },