]> The Tcpdump Group git mirrors - tcpdump/commit
Add, and use, macros to do locale-independent case mapping.
authorGuy Harris <[email protected]>
Tue, 11 Dec 2018 07:16:45 +0000 (23:16 -0800)
committerGuy Harris <[email protected]>
Tue, 11 Dec 2018 07:16:45 +0000 (23:16 -0800)
commit7df90fa2a2b317d66750a8e595b695e6604672ac
tree954fd39df10502a6d16d608d1857bddf0bd0190e
parent877753b5c84dfb2236a9646713bb8072f03b3c0b
Add, and use, macros to do locale-independent case mapping.

This means we get the same behavior in Turkish locales (where, if we
aren't in the C locale, we might get lower-case "i" mapped to upper-case
"I with dot" and upper-case "I" mapped to lower-case "i without dot),
and may also suppress some shortening warnings from MSVC.
netdissect.h
print-zephyr.c
util-print.c