When I run phptidy, nothing happens, and I get this error in the console:
Traceback (most recent call last):
File ".\sublimeplugin.py", line 362, in run
File ".\php_tidy.py", line 61, in run
UnicodeEncodeError: 'ascii' codec can't encode character u'\xd3' in position 18: ordinal not in range(128)
Writing file /C/xampp/htdocs/Oscar/asdfasdf.php with encoding UTF-8
When I run phptidy, nothing happens, and I get this error in the console: Traceback (most recent call last): File ".\sublimeplugin.py", line 362, in run File ".\php_tidy.py", line 61, in run UnicodeEncodeError: 'ascii' codec can't encode character u'\xd3' in position 18: ordinal not in range(128) Writing file /C/xampp/htdocs/Oscar/asdfasdf.php with encoding UTF-8
I tried the solution proposed here: https://github.com/welovewordpress/SublimePhpTidy/issues/23 but it didn't work. Moreover my cosole output is similar but not equal to that. I'll Aprecciate some help, thanks in advance.