News

Python has long supported UTF-8 for easy handling of strings and text. But the locale in the surrounding environment is sometimes still ASCII, not UTF-8, and the mechanisms for detecting locale ...
If I try to convert to utf-8 (which according to the somewhat confusing docs is python's native "bytestring" format?) before passing the string, I get the same result, which is itself odd, since ...