Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/a2flo/floor
/ utf8_decomp_to_precomp
Function
utf8_decomp_to_precomp
core/unicode.cpp:144–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
143
#if defined(__APPLE__)
144
string utf8_decomp_to_precomp(const string& str) {
145
return darwin_helper::utf8_decomp_to_precomp(str);
146
}
147
#endif
148
149
} // unicode
Callers
1
get_file_list
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected