Unable to use special character is signature
I want to put a Teardrop-Spoked Asterisk in my signature. It works just fine in the body of a post:
✻
Unfortunately, in the signature it gets escaped to its HTML code: & #10043; I suspect it's a general problem with HTML escape codes.
Also, below the signature box in Edit Profile it says "Type your signature with HTML coding" - but HTML is escaped, so that's not really good advice.
It would be nice to allow hyperlinks in signatures, too. I can guess why BBCode would have been disabled (some people might get carried away with it), but links would be nice - at least links within WP.
_________________
CloudFlare eating your posts? Try the Lazarus browser extension. See https://wp-fmx.github.io/WP/
Hmm ... I'm able to put CHR$(248) in my sig line (The degree symbol at the end) ... maybe it only allows regular ASCII characters ... ?
_________________
The mere fact that science may not yet adequately explain an object, event, or experience does not mean the immediate explanation should automatically default to a conspiratorial, extraterrestrial, paranormal, or supernatural cause.
I played around with this a little more. Looks like my browser automatically encodes the character to & #10043; when submitting the form and WP then never decodes it when displaying the signature. Even if I manually edit the HTTP request and send the Unicode character (either raw or percent-encoded) it doesn't get displayed properly. I get a few extended ASCII characters instead - probably each byte being interpreted as a separate character.
