What steps will reproduce the problem? 1. Define a flag with a non-ascii character in the help string. 2. Run ./your_app --help 3. *BOOM* What is the expected output? What do you see instead? I was ...
Here we explain a little bit about Unicode and why we may encounter UnicodeDecodeError or UnicodeEncodeError exceptions. While much of the world runs on UTF-8 these ...