• All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.
Issue Details (XML | Word | Printable)

Key: SVC-1397
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Babbage Linden
Reporter: Ashrilyn Hayashida
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
2. Second Life Service - SVC

Mono Beta - Some unicode characters shown differently between LSL and Mono

Created: 31/Jan/08 10:23 PM   Updated: 22/Mar/08 05:37 PM
Return to search
Component/s: Scripts
Affects Version/s: Mono Beta
Fix Version/s: Mono Beta

Environment:
Second Life 1.18.6 (77968) Jan 29 2008 20:06:25 (Second Life Release)

You are at 255460.0, 255234.4, 33.2 in Sandbox Newcomb MONO located at sim3000.aditi.lindenlab.com (8.2.33.226:13005)
Mono 1.18.6.77968

CPU: AMD (Unknown model) (1808 MHz)
Memory: 2048 MB
OS Version: Microsoft Windows XP Service Pack 2 (Build 2600)
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: GeForce 7900 GS/PCI/SSE2/3DNOW!
OpenGL Version: 2.1.1
LLMozLib Version: 1.1.0 (Mozilla GRE:1.8.0.12_0000000000)
Packets Lost: 38/68010 (0.1%)
Viewer Digest: 3bb91f71-43e8-7bd9-be82-8ffb1b7bdf10
Issue Links:
Relates
 

Linden Lab Issue ID: DEV-12313
Linden Lab Internal Branch: mono-based-on-1-19-1-server-81640


 Description  « Hide
Try the following script.
The string sText contains what, for me on Windows XP SP2 here, look like four blocks.. dithered with less pixels in each one. (I have no idea if there is a difference between operating systems.)

default
{
state_entry()

{ string sText = "█▓▒░"; llSay(0,sText); }

}

In LSL the output I see is this:
[22:07] Object: █▓▒░

In Mono I see output.. Well, I cannot seem to copy and paste it correctly here.. It says what resembles a ^ then two backwards quotes.. a quote facing one way.. and a quote facing another way. Here is what it seems to be, copied/pasted from Windows Character Map: ˆ"''
So it would be like this IF I could copy/paste it properly:
[22:07] Object: ˆ"''

Just to try pasting what it really says: [22:07] Object: ˆ"''

This also happens with the string used in llSetText, whether in a variable or not.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Ashrilyn Hayashida added a comment - 31/Jan/08 10:30 PM
I wonder if this is related at all to what I added a comment about in SVC-1344

Also: It appears my copy/pasting of what the object really said did actually show up.. I just couldn't see it in the text edit box at all. Unsure why.
(My mock/pretend line of output text does not look right now, yet it did before posting.)