• 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-1334
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Finish
Priority: Normal Normal
Assignee: Scouse Linden
Reporter: zolen giano
Votes: 0
Watchers: 0
Operations

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

When using llSetObjectDesc or llSetObjectName, the "|" (pipe) symbol get converted to a "?" symbol.

Created: 29/Jan/08 07:52 PM   Updated: 14/May/08 01:17 PM
Return to search
Component/s: Scripts
Affects Version/s: 1.19.0 Server
Fix Version/s: None

Environment:
Old Clunker P4
Win XP
Issue Links:
Duplicate
 
Relates
 

Linden Lab Issue ID: DEV-9841


 Description  « Hide
The "|" symbol gets converted into a "?" when you use llSetObjectDesc or llSetObjectName.

I store data in the description field and use the "|" symbol as a field seperator. This issue breaks the scripts.

Repo:

default
{
state_entry()

{ llSetObjectDesc("Info1|Info2|Info3"); llSay(0,llGetObjectDesc()); //object says: info1?info2?info3 }

}

This occurs in both LSL and Mono in Mono sims, but does not occur on non-Mono sims.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
McCabe Maxsted made changes - 30/Jan/08 04:12 AM
Field Original Value New Value
Link This issue is related to by SVC-1276 [ SVC-1276 ]
McCabe Maxsted made changes - 30/Jan/08 04:13 AM
Summary When using llSetObjectDesc, the "|" (pipe) symbol get converted to a "?" symbol. Mono beta: When using llSetObjectDesc, the "|" (pipe) symbol get converted to a "?" symbol.
Siann Beck made changes - 30/Jan/08 06:17 AM
Summary Mono beta: When using llSetObjectDesc, the "|" (pipe) symbol get converted to a "?" symbol. Mono beta: When using llSetObjectDesc or llSetObjectName, the "|" (pipe) symbol get converted to a "?" symbol.
Description The "|" symbol gets converted into a "?" when you use llSetObjectDesc.

I store data in the description field and use the "|" symbol as a field seperator. This issue breaks the scripts.

Repo:

default
{
    state_entry()
    {
        llSetObjectDesc("Info1|Info2|Info3");
        llSay(0,llGetObjectDesc()); //object says: info1?info2?info3
     
    }

    
}
The "|" symbol gets converted into a "?" when you use llSetObjectDesc or llSetObjectName.

I store data in the description field and use the "|" symbol as a field seperator. This issue breaks the scripts.

Repo:

default
{
    state_entry()
    {
        llSetObjectDesc("Info1|Info2|Info3");
        llSay(0,llGetObjectDesc()); //object says: info1?info2?info3
     
    }
}

This occurs in both LSL and Mono in Mono sims, but does not occur on non-Mono sims.
Issue Type New Feature [ 2 ] Bug [ 1 ]
Siann Beck added a comment - 30/Jan/08 06:44 AM
Added llSetObjectName, LSL vs Mono sim info, and changed to Bug vs. New Feature.

lindenrobot made changes - 31/Jan/08 03:53 PM
Linden Lab Issue ID DEV-9841
Strife Onizuka added a comment - 31/Jan/08 08:48 PM
In the days of old the Pipe character was used as an internal separator by the asset system.

Ashrilyn Hayashida added a comment - 01/Feb/08 04:32 PM
Using "|" in object names and descriptions will not be allowed in 1.19.0 according to http://blog.secondlife.com/2008/02/01/scripters-object-name-and-description-changes/ , so I guess this must be done on purpose.

Harleen Gretzky made changes - 06/Feb/08 08:24 AM
Link This issue duplicates MISC-907 [ MISC-907 ]
Harleen Gretzky made changes - 06/Feb/08 08:25 AM
Summary Mono beta: When using llSetObjectDesc or llSetObjectName, the "|" (pipe) symbol get converted to a "?" symbol. When using llSetObjectDesc or llSetObjectName, the "|" (pipe) symbol get converted to a "?" symbol.
Affects Version/s Mono Beta [ 10240 ]
Affects Version/s 1.19.0 Server [ 10250 ]
Harleen Gretzky made changes - 06/Feb/08 08:26 AM
Link This issue duplicates MISC-907 [ MISC-907 ]
Harleen Gretzky made changes - 06/Feb/08 08:28 AM
Link This issue is related to by SVC-1276 [ SVC-1276 ]
Harleen Gretzky made changes - 06/Feb/08 08:28 AM
Link This issue is duplicated by MISC-907 [ MISC-907 ]
Scouse Linden made changes - 14/May/08 12:50 AM
Status Open [ 1 ] Closed [ 6 ]
Resolution Won't Finish [ 2 ]
Assignee Scouse Linden [ Scouse Linden ]
Scouse Linden made changes - 14/May/08 12:50 AM
Link This issue Relates to SVC-1276 [ SVC-1276 ]
Periapse Linden made changes - 14/May/08 12:45 PM
Link This issue is related to by SVC-1276 [ SVC-1276 ]
Periapse Linden made changes - 14/May/08 01:17 PM
Link This issue Relates to SVC-1276 [ SVC-1276 ]
Sue Linden made changes - 13/Nov/08 12:12 PM
Workflow jira-2007-12-22a [ 51569 ] jira-2008-11-14 [ 83055 ]
Sue Linden made changes - 13/Nov/08 04:54 PM
Workflow jira-2008-11-14 [ 83055 ] jira-2008-11-14a [ 94905 ]