MCPcopy 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
48void strFromUtf8(string& s)
49{
50 ISC_unescape(s);
51 ISC_utf8ToSystem(s);
52}
53
54void processCommandLine(IntlParametersBlock::ProcessString* processString, string& par)
55{

Callers

nothing calls this directly

Calls 2

ISC_unescapeFunction · 0.85
ISC_utf8ToSystemFunction · 0.85

Tested by

no test coverage detected