MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / setForceUTF8

Method setForceUTF8

global.cpp:613–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611
612
613void Global::setForceUTF8(bool value) {
614 settings->beginGroup("Debugging");
615 settings->setValue("forceUTF8",value);
616 settings->endGroup();
617 forceUTF8=value;
618}
619
620
621

Callers 1

saveValuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected