Closed caesay closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
2b4f421
) 96.66% compared to head (7e06484
) 96.68%. Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
As discussed in #145.
If
_WIN32
andUNICODE
are defined, it will use the win32 functions for ToLower/ToUpper instead of ICU.Also, when including the
Windows.h
header, std::min and std::max conflict with the min/max windows macros, so I've wrapped them in parenthesis to fix this.