MCPcopy Create free account
hub / github.com/VitalAudio/visage / toUtf8

Method toUtf8

visage_utils/string_utils.h:255–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253
254 std::wstring toWide() const { return convertToWide(string_); }
255 std::string toUtf8() const { return convertToUtf8(string_); }
256 const std::u32string& toUtf32() const { return string_; }
257
258 void removeTrailingZeros() {

Callers 12

string_utils.hFile · 0.80
debugLogStringFunction · 0.80
ColorPickerMethod · 0.80
updateColorMethod · 0.80
copyToClipboardMethod · 0.80
setTextEditorBoundsMethod · 0.80
ShaderEditorMethod · 0.80
preprocessWebGlShaderFunction · 0.80
drawIntoBufferMethod · 0.80
processEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected