Sublime Forum

PhpTidy not working in sublime text 2

#1

When I run PhpTidy, nothing happens, and I get this error in the console:
Traceback (most recent call last):
File “.\sublime_plugin.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.

0 Likes