I’m using Sublimetext 2 and I would like to see hex values directly in the build results.
Screenshot of encoding error I get
Screenshot of hex values getting displayed in console
Buildsystem JSON
{
"cmd": "python2.7", "-u", "$file"],
"path": "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/",
"file_regex": "^ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
}
Is Console (Ctrl `) totally different from where build system shows the result (Cmd B)?