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

Method utf32leAction

src/RedisView/AppView/MainWindow.cpp:1229–1233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1227}
1228
1229void MainWindow::utf32leAction() {
1230 clearEncodeIcon();
1231 setEncode("UTF-32LE");
1232 setEncodeIcon();
1233}
1234
1235void MainWindow::windows1250Action() {
1236 clearEncodeIcon();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected