Closed ahodesuka closed 7 years ago
There is an issue on Windows where long file names or file names that contain unicode characters cannot be opened. I think this can be fixed by using Glib's Glib::ustring instead of the standards std::string.
Glib::ustring
std::string
There is an issue on Windows where long file names or file names that contain unicode characters cannot be opened. I think this can be fixed by using Glib's
Glib::ustring
instead of the standardsstd::string
.