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

Method SetEncoding

DataViewer/TableInterface.cpp:104–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void TableInterface::SetEncoding(wxFontEncoding enc_type)
105{
106 encoding_type = enc_type;
107 if (m_wx_encoding) delete m_wx_encoding;
108 m_wx_encoding = new wxCSConv(encoding_type);
109 table_state->notifyObservers();
110}
111
112wxString TableInterface::SuggestGroupName(std::vector<wxString> cols) const
113{

Callers 15

OnEncodingUTF8Method · 0.80
OnEncodingUTF16Method · 0.80
OnEncodingWindows1250Method · 0.80
OnEncodingWindows1251Method · 0.80
OnEncodingWindows1254Method · 0.80
OnEncodingWindows1255Method · 0.80
OnEncodingWindows1256Method · 0.80
OnEncodingWindows1258Method · 0.80
OnEncodingCP852Method · 0.80
OnEncodingCP866Method · 0.80
OnEncodingISO8859_1Method · 0.80
OnEncodingISO8859_2Method · 0.80

Calls 1

notifyObserversMethod · 0.45

Tested by

no test coverage detected