Comment #3 on issue 1526 by pekka.klarck: Characters outside the Unicode
Basic Multilingual Plane are not shown correctly in outputs
http://code.google.com/p/robotframework/issues/detail?id=1526
After fixing this problem with with normal strings, we noticed that strings
that were so long that they were zipped were not decoded correctly. This
problem was caused by a bug in JXG.Util.utf8Decode [1] and Jussi's commit
above fixed it with an alternative UTF-8 decode approach. Unfortunately
that solution turned out to be slower than the old one in general and
unacceptable slow with IE8.
[1] https://github.com/jsxgraph/jsxgraph/issues/50
Luckily JXG team was interested in fixing the issue in their library. I
found a UTF-8 decoding algorithm that works also with characters outside
the BMP and it was then translated to Javascript. Especially good news is
that at least with modern browsers the new algorithm is a bit faster than
the old one.
The final steps in fixing this issue is updating the jsxcompressor.js
library we use with a fixed version. Unfortunately I couldn't find such
version anywhere yet but I asked [2] is it available or should I generate
it myself.
[2] https://github.com/jsxgraph/jsxgraph/issues/50#issuecomment-26122539
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.