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

Method utf16beAction

src/RedisView/AppView/MainWindow.cpp:1205–1209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1203}
1204
1205void MainWindow::utf16beAction() {
1206 clearEncodeIcon();
1207 setEncode("UTF-16BE");
1208 setEncodeIcon();
1209}
1210
1211void MainWindow::utf16leAction() {
1212 clearEncodeIcon();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected