yaml.load does not support encodings different from current system encoding, cannot you add it? · Issue #123 · yaml/pyyaml
Hi folks! We try to use PyYaml in Windows with UTF-8 yaml files. Alas, yaml.load raises an error: it does not support encoding different from system one (in Windows it is CP-1251). Can you add such...