(core) sys.setdefaultencoding('utf8')

Summary: sys.setdefaultencoding('utf8')

Test Plan: Will test against user documents to check for changes

Reviewers: dsagal, paulfitz

Reviewed By: dsagal

Differential Revision: https://phab.getgrist.com/D2858
This commit is contained in:
Alex Hall 2021-06-11 14:05:52 +02:00
parent 8a940676e9
commit d3dc910784

View File

@ -34,6 +34,10 @@ import repl
log = logger.Logger(__name__, logger.INFO)
reload(sys)
sys.setdefaultencoding('utf8')
class OrderError(Exception):
"""
An exception thrown and handled internally, representing when