-
Notifications
You must be signed in to change notification settings - Fork 435
Closed
Labels
Milestone
Description
Hello.
Input: "<html><body><pre>Результат</pre></body></html>"
Config: array('input-encoding' => 'utf8', 'output-encoding' => 'utf8');
Result after clean-repair:
...
<pre>? езультат</pre>
...
It seems tidy does not like cyrillic letter "Р" in pre tag ...
If i replace it with another letter -> result will be ok. ( sorry, but thats not funny ).
If i remove "input-encoding" and "output-encoding" option -> result also will be ok ( sorry, but thats not funny too, because those options have 'utf8' as default value )