osx - How can I decode this text file? -
i started playing call of duty 4 on computer(mac).
the game keeps multiplayer data/stats in text file named "mpdata". have complete access , can change data.
the issue it's encoded in macroman. can change type of encoding in program called hex fiend. basically, i'm confused on how can decode it.
help?
go applications. go utilities. click on terminal. terminal enter:
python
copy , paste text had your_mac_roman_text, , paste terminal.
'your_mac_roman_text'.decode('mac-roman')
Comments
Post a Comment