mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 05:25:01 +00:00
Adds recommended fix for 0xc3 in position 12 error.
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
import glob
|
||||
import sys
|
||||
|
||||
# establish UTF-8 encoding
|
||||
reload(sys)
|
||||
sys.setdefaultencoding('utf-8')
|
||||
|
||||
# create build environment
|
||||
env = Environment()
|
||||
|
Reference in New Issue
Block a user