martomo / SublimeTextXdebug

Xdebug debugger client for Sublime Text
MIT License
564 stars 89 forks source link

base64 properties should be decoded with proper encodings #149

Closed risperdal closed 9 years ago

risperdal commented 9 years ago

In current version strings with encoded other than utf8 are sometimes cant properly decoded.

Sometimes it gives UnicodeDecodeError

I'm not a python guy but it seems this commit will fix this issue.