Open norweeg opened 4 years ago
@manrajgrover can you take a look at this?? AppVeyor is failing not on my code change, but at the environment setup for Python 3.7. It can't install pywinpyt which must be a dependency of something required for testing because a Go compiler is not installed on the test server. I believe once that problem is resolved, all tests will pass
Description of new feature, or changes
removes unnecessary system check for Unicode outputchanges Unicode support check to instead use the encoder supported bysys.stdout
to try to encode a Unicode character. If it succeeds, Unicode is supported, otherwise it is notresolves #5 resolves #25 resolves #141 obsoletes #142
see https://github.com/manrajgrover/halo/issues/5#issuecomment-596145486
Checklist
Related Issues and Discussions
People to notify