MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / OnEncodingUTF16

Method OnEncodingUTF16

GeoDa.cpp:6905–6910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6903 SetEncodingCheckmarks(wxFONTENCODING_UTF8);
6904}
6905void GdaFrame::OnEncodingUTF16(wxCommandEvent& event)
6906{
6907 if (!project_p) return;
6908 project_p->GetTableInt()->SetEncoding(wxFONTENCODING_UTF16LE);
6909 SetEncodingCheckmarks(wxFONTENCODING_UTF16LE);
6910}
6911void GdaFrame::OnEncodingWindows1250(wxCommandEvent& event)
6912{
6913 if (!project_p) return;

Callers

nothing calls this directly

Calls 2

SetEncodingMethod · 0.80
GetTableIntMethod · 0.45

Tested by

no test coverage detected