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

Method utf32beAction

src/RedisView/AppView/MainWindow.cpp:1223–1227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1221}
1222
1223void MainWindow::utf32beAction() {
1224 clearEncodeIcon();
1225 setEncode("UTF-32BE");
1226 setEncodeIcon();
1227}
1228
1229void MainWindow::utf32leAction() {
1230 clearEncodeIcon();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected