Closed kadoban closed 7 years ago
I checked, when sending text I filter all <, &, etc. characters to be the appropriate substitutions. All other characters are passed through unchanged.
I wonder, is this a problem caused by java's 16 bit unicode representations? Does java use the surrogate system for them? Maybe when I go through these one character at a time, they get mangled. Not sure how I would fix that.
No more dojoclient! Closing out.
At least some glyphs aren't coming through to the HTML client. Most seem to work fine (At least the room names for the Japanese, Chinese, Israeli and Korean rooms), but for example the go stones in the Empty Sky room description render as "?" instead.
It's not a font issue, or at least it's not a browser font issue, the actual text is replaced with hard "?"s when you view the source of the website.
We should investigate why that's happening, if for no other reason than to figure out if it will affect anything important.