+4

“HTML: encode special characters” messes up on astral Unicode symbols

Mathias Bynens 12 years ago 0
Try the following input:

    foo𝌆bar

Then apply “HTML: encode special characters”. It becomes:

    foo팆bar

It should become:

    foo𝌆bar