gwomacks / php-debug

Atom Text Editor package for PHP debugging
MIT License
119 stars 31 forks source link

Japanese value in variables #157

Closed ghost closed 7 years ago

ghost commented 8 years ago

Japanese value in variables is not properly encoded and cannot be read. How can I solve this?

cchamplin commented 8 years ago

There are some issues around how xdebug encodes UTF8 characters and our ability to parse xml inside atom. At the moment I do not have a fix for this.

tiibun commented 7 years ago

If a servrer encoding is utf8, these changes can fix it. https://github.com/gwomacks/php-debug/compare/master...tiibun:multibyte-variables

cchamplin commented 7 years ago

@tibun I believe that change may have caused the XML parser to break when attempting to parse certain characters. I'd have to recheck though.