mirror of
https://github.com/TomHarte/CLK.git
synced 2025-03-13 18:31:04 +00:00
Adds recommended fix for 0xc3 in position 12 error.
This commit is contained in:
parent
9c3c2192dd
commit
e88ef30ce6
@ -1,4 +1,9 @@
|
||||
import glob
|
||||
import sys
|
||||
|
||||
# establish UTF-8 encoding
|
||||
reload(sys)
|
||||
sys.setdefaultencoding('utf-8')
|
||||
|
||||
# create build environment
|
||||
env = Environment()
|
||||
|
Loading…
x
Reference in New Issue
Block a user