uxmal / reko

Reko is a binary decompiler.
https://uxmal.github.io/reko
GNU General Public License v2.0
2.14k stars 253 forks source link

Reko should respect the encoding of a binary and allow user to override it #167

Closed uxmal closed 8 years ago

uxmal commented 8 years ago

Today, Reko is stupid and assumes all string text is encoded as ASCII. The only exception is the ZX81 environment where the Sinclair character set is done correctly. Reko should be able to:

uxmal commented 8 years ago

This is a lot better:

cp1251cyrillic

ptomin commented 8 years ago

Very good!