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

Method OnEncodingUTF8

GeoDa.cpp:6899–6904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6897}
6898
6899void GdaFrame::OnEncodingUTF8(wxCommandEvent& event)
6900{
6901 if (!project_p) return;
6902 project_p->GetTableInt()->SetEncoding(wxFONTENCODING_UTF8);
6903 SetEncodingCheckmarks(wxFONTENCODING_UTF8);
6904}
6905void GdaFrame::OnEncodingUTF16(wxCommandEvent& event)
6906{
6907 if (!project_p) return;

Callers

nothing calls this directly

Calls 2

SetEncodingMethod · 0.80
GetTableIntMethod · 0.45

Tested by

no test coverage detected