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

Unicode characters in file path causes problems #59

Open timhutton opened 4 years ago

timhutton commented 4 years ago

This is an issue in several functions. Some I've fixed (e.g. #55), by bypassing VTK's file handling. wxWidgets handles unicode very well, it's just VTK that is letting us down here.

Contemplating adding a wxWidgets dependency to readybase lib (and thus the rdy command-line utility too).