News

Program crashes and unable to load Python DLL when there're Unicode characters in absolute path. The error is gone when after renaming all folder names containing Unicode characters to ASCII names.
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 ...