Page 3 of 3

Re: "Rig presets" missing - unicode issue

PostPosted: Sat Jan 05, 2019 2:30 am
by RobBaer
As potentially useful as the Beta: unicode utf8 would appear to be, I learned that Anaconda python install produced "can't initialize sys standard streams" messages when the box was checked. unknown encoding 65001. Probably not a reliable approach (yet) even on Win 10.

Encoding Issue with Anaconda.png
Check box disrupts Anaconda python operations

Re: "Rig presets" missing - unicode issue

PostPosted: Sat Jan 05, 2019 9:51 am
by Aranuvir
Regarding the open/io.open function:
Python 3.6.6 Documentation wrote:In text mode, if encoding is not specified the encoding used is platform dependent: locale.getpreferredencoding(False) is called to get the current locale encoding.

Maybe we should specify the encoding where we open files in text mode. Though, I'm no completely sure if that's really the OPs problem.