python - Finding out the correct encoding, given the decoded string for a certain format -
in python, opened file using iso-8859-1 encoding. file huge, , i'm trying find right encoding. know decoded word fröhliche fröhliche. knowing this, there way find right encoding? i've tried utf-8 , it's unable decode file.
Comments
Post a Comment