News

This is fixed in python3 branch. The Python DLL is now loaded using the wide-string Windows API, so any unicode path is allowed.
My strategy is to always use unicode, except at the very edges of my application (input and output) where some encoding and decoding happens. It's not over-thinking, it's a simple and effective ...