jdm / tinyfiledialogs-rs

A Rust binding for the tinyfiledialogs library.
http://sourceforge.net/projects/tinyfiledialogs/
55 stars 22 forks source link

Switched to UTF-8 encoding on Windows #18

Closed neyo8826 closed 6 years ago

neyo8826 commented 6 years ago

Fixes #17 This is the official way for the upstream C code.

extern int tinyfd_winUtf8; /* 0 (default MBCS) or 1 (UTF-8)*/
jdm commented 6 years ago

This will make syncing with upstream harder. Could you also create a patches directory and make update.sh apply any patches to the newly updated source code?

neyo8826 commented 6 years ago

Created an ordered set of patches and made update.sh more generic and error resilient.

jdm commented 6 years ago

Thanks! That looks great!