Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Unicode Corruption

Strife Onizuka
Moonchild
Join date: 3 Mar 2004
Posts: 5,887
01-31-2006 15:31
I've discovered some corruption of certain characters caused by displaying other unicode characters.

CODE

default
{
state_entry()
{
llSay(0, llUnescapeURL("%C4%8C%C4%8D%C4%8E"));
}
}


this prints unicode characters 268, 269 & 270 (0x10C, 0x10D, 0x10E)
which causes corruption of unicode characters 33, 34, 35 (0x21, 0x22, 0x23)

I've sent in a bug report.

I discovered this while printing out the characters from the unicode range.

This isn't a UTF-8 boarder so i have no idea exactly what is causing this.
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river.
- Cyril Connolly

Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence.
- James Nachtwey
Zodiakos Absolute
With a a dash of lemon.
Join date: 6 Jun 2005
Posts: 282
01-31-2006 16:52
Maybe that has something to do with all those weird debug messages sent to the console having something to do with unicode warnings? (ctrl-shift-4)