Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ strFromUtf8
Function
strFromUtf8
src/common/IntlParametersBlock.cpp:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void strFromUtf8(string& s)
49
{
50
ISC_unescape(s);
51
ISC_utf8ToSystem(s);
52
}
53
54
void processCommandLine(IntlParametersBlock::ProcessString* processString, string& par)
55
{
Callers
nothing calls this directly
Calls
2
ISC_unescape
Function · 0.85
ISC_utf8ToSystem
Function · 0.85
Tested by
no test coverage detected