my code is so simple. in handling string on python i don't know the unicode thing. sad.
f = open("~161209.txt", "r")
f.read()
I don't know how to fix this error code is below:
UnicodeDecodeError: 'cp949' codec can't decode byte 0xec in position 121: illegal multibyte sequence
f = open("~161209.txt", "r", encoding="utf-8")?