MCPcopy Create free account
hub / github.com/ZDoom/Raze / tolower_normalize

Function tolower_normalize

source/common/filesystem/source/unicode.cpp:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134//==========================================================================
135
136char *tolower_normalize(const char *str)
137{
138 utf8proc_uint8_t *retval;
139 utf8proc_map((const uint8_t*)str, 0, &retval, (utf8proc_option_t)(UTF8PROC_NULLTERM | UTF8PROC_STABLE | UTF8PROC_COMPOSE | UTF8PROC_CASEFOLD));
140 return (char*)retval;
141}
142
143//==========================================================================
144//

Callers 2

NormalizeFileNameMethod · 0.85
FindEntryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected