SL Regex {} counts bytes instead of characters if test string contains multi-byte characters.
Lucia Nightfire
SL Regex {} counts bytes instead of characters if test string contains multi-byte characters.
Log In
Bavid Dailey
i am not sure this could be changed without tons of unintended consequences, but the raw need is valid.
Lucia Nightfire
Additional anomalies:
[17:26:19] Linkset Data(LSD) Test v2.1: llLinksetDataListKeys('0,0') = '1234,12345,123456,ABCD,ABCDE,ABCDEF,A¥頻𐰑,¥¥¥¥¥' with a list length of 8
[17:26:38] Linkset Data(LSD) Test v2.1: llLinksetDataFindKeys('¥{5},0,0') = '' with a list length of 0
[17:27:02] Linkset Data(LSD) Test v2.1: llLinksetDataFindKeys('¥{10},0,0') = '' with a list length of 0
[17:27:16] Linkset Data(LSD) Test v2.1: llLinksetDataFindKeys('¥,0,0') = 'A¥頻𐰑,¥¥¥¥¥' with a list length of 2
[17:27:24] Linkset Data(LSD) Test v2.1: llLinksetDataFindKeys('¥{1},0,0') = 'A¥頻𐰑,¥¥¥¥¥' with a list length of 2
[17:27:32] Linkset Data(LSD) Test v2.1: llLinksetDataFindKeys('¥{2},0,0') = '' with a list length of 0
[18:15:04] Linkset Data(LSD) Test v2.1: listen() - llLinksetDataWrite(AAAAA,?) = 0
[18:16:10] Linkset Data(LSD) Test v2.1: llLinksetDataFindKeys('A{5},0,0') = 'AAAAA' with a list length of 1
[18:18:53] Linkset Data(LSD) Test v2.1: llLinksetDataFindKeys('A{4},0,0') = 'AAAAA' with a list length of 1
[18:19:09] Linkset Data(LSD) Test v2.1: llLinksetDataFindKeys('A{6},0,0') = '' with a list length of 0
Lucia Nightfire
With LSD elements 12345, ABCDE, A¥頻𐰑 and ¥¥¥¥¥:
[19:25:00] Linkset Data(LSD) Test v2.1: llLinksetDataFindKeys('^.{5}$,0,0') = '12345,ABCDE' with a list length of 2
[19:28:59] Linkset Data(LSD) Test v2.1: llLinksetDataFindKeys('^.{10}$,0,0') = 'A¥頻𐰑,¥¥¥¥¥' with a list length of 2
Why is this hidden with no way for the user to choose to not hide it?
Why do I have to include it in comments so others can see it?
Lucia Nightfire