MCPcopy Create free account
hub / github.com/cc20110101/RedisView / utf8Action

Method utf8Action

src/RedisView/AppView/MainWindow.cpp:1193–1197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1191}
1192
1193void MainWindow::utf8Action() {
1194 clearEncodeIcon();
1195 setEncode("UTF-8");
1196 setEncodeIcon();
1197}
1198
1199void MainWindow::utf16Action() {
1200 clearEncodeIcon();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected