Skip to content

Specify encoding for open file#29

Merged
s0b0lev merged 1 commit into
SmartContractSecurity:masterfrom
ttamna:master
Apr 11, 2019
Merged

Specify encoding for open file#29
s0b0lev merged 1 commit into
SmartContractSecurity:masterfrom
ttamna:master

Conversation

@ttamna

@ttamna ttamna commented Apr 11, 2019

Copy link
Copy Markdown
Contributor

E UnicodeDecodeError: 'cp949' codec can't decode byte 0xe2 in
position 2534: illegal multibyte sequence

When opening a file, a decode error occurred. So I specified the
encoding type as utf8 in the open function. :)

E       UnicodeDecodeError: 'cp949' codec can't decode byte 0xe2 in
position 2534: illegal multibyte sequence

When opening a file, a decode error occurred. So I specified the
encoding type as utf8 in the open function. :)
@s0b0lev

s0b0lev commented Apr 11, 2019

Copy link
Copy Markdown
Collaborator

Thanks for PR!

@s0b0lev
s0b0lev merged commit 00ebc51 into SmartContractSecurity:master Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants