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

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -