html-pretty-min
html-pretty-min copied to clipboard
Rewrites Thai characters into gibberish
If any text node includes Thai characters, the script ends up rewriting them into HTML-escaped characters, but not the right ones.
Input:
<p>โหลด-เกม</p>
Output:
<p>โหลด เกม</p>