MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / TCharToUtf8

Method TCharToUtf8

src/StringUtils.cpp:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74char* SU::TCharToUtf8(const TCHAR * string) {
75 return TCharToCP(string, CP_UTF8);
76}
77
78char* SU::TCharToCP(const TCHAR * string, int cp) {
79 int size = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected