| 6897 | } |
| 6898 | |
| 6899 | void GdaFrame::OnEncodingUTF8(wxCommandEvent& event) |
| 6900 | { |
| 6901 | if (!project_p) return; |
| 6902 | project_p->GetTableInt()->SetEncoding(wxFONTENCODING_UTF8); |
| 6903 | SetEncodingCheckmarks(wxFONTENCODING_UTF8); |
| 6904 | } |
| 6905 | void GdaFrame::OnEncodingUTF16(wxCommandEvent& event) |
| 6906 | { |
| 6907 | if (!project_p) return; |
nothing calls this directly
no test coverage detected