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

Method utf16leAction

src/RedisView/AppView/MainWindow.cpp:1211–1215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1209}
1210
1211void MainWindow::utf16leAction() {
1212 clearEncodeIcon();
1213 setEncode("UTF-16LE");
1214 setEncodeIcon();
1215}
1216
1217void MainWindow::utf32Action() {
1218 clearEncodeIcon();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected