ahodesuka / ahoviewer

A GTK image viewer, manga reader, and booru browser
MIT License
486 stars 31 forks source link

Invalid file names on Windows #32

Closed ahodesuka closed 7 years ago

ahodesuka commented 8 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.