GollyGang / ready

A cross-platform implementation of various reaction-diffusion systems and PDEs.
GNU General Public License v3.0
766 stars 60 forks source link

Check string conversions. #41

Closed timhutton closed 4 years ago

timhutton commented 4 years ago

Code like this is wrong:

const char* filename_cstr = filename.mb_str();

according to:

https://wiki.wxwidgets.org/WxString#Converting_a_wxString_to_a_Normal_String

timhutton commented 4 years ago

I've fixed the direct instances of this problem. Will create a separate issue for unicode compliance.