'Approximately equals' HTML character bug

Trying to use β‰ˆ to donate the approximately equals sign results in the post preview pane rendering the symbol correctly but when posted HTML character is not correctly interpreted.

Tested on Opera and Chrome Version 52.0.2743.82 (64-bit)

See preview pane on the right is correct:

Update: work around is use ≈ to generate approx equal symbol β‰ˆ

1 Like

As I recall this has to do with some dependency like Nokogiri, it is not our bug. @sam can you clarify?

nokogiri bug (which they blame on libxml), we are eventually going to have to get our hands dirty and hack the c code.

https://meta.discourse.org/t/certain-unicode-entities-are-being-escaped/19898

3 Likes

The bug tracker for libxml2 does not inspire hope.

HTML5 bugs from 2012 are still marked β€œnew”: https://bugzilla.gnome.org/buglist.cgi?quicksearch=product%3Alibxml2%20html5

3 Likes