Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ to_char32
Function
to_char32
library/strings.cpp:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
char32_t to_char32(const char c)
30
{
31
// All the codepoints <=127 are the same as ascii
32
return static_cast<char32_t>(c);
33
}
34
35
UString to_upper(const UStringView str)
36
{
Callers
2
getGlyph
Method · 0.85
loadFont
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected