「view this page in B3 βῆτα server」

Revisions №59695

branch: master 「№59695」
Commited by: Rocco Moretti
GitHub commit link: 「10379286ec3c3d98」 「№2545」
Difference from previous tested commit:  code diff
Commit date: 2017-09-13 16:23:03

Merge pull request #2545 from RosettaCommons/roccomoretti/utf_decode_replace Be more robust with UTF parsing. Add errors=replace to the UTF decode statements in Python scripts. Instead of crashing when input contains non-parsable data, replace it with the codepoint-missing character. Doesn't completely solve the issue, as Python2 will still crash when redirecting Unicode-containing characters. -- That's not really something we can fix from within the script, though. You need to set the `PYTHONIOENCODING` environment variable in the launching shell to `utf_8` or equivalent.

...