lslforge icon indicating copy to clipboard operation
lslforge copied to clipboard

Unit Tests do not recognize utf8 characters

Open RayZopf opened this issue 9 years ago • 1 comments

https://code.google.com/archive/p/lslforge/issues/12
Posted on Mar 12, 2012 by Happy Camel What steps will reproduce the problem? 1. Make a llDialog() call with utf8 character: e.g. llDialog("whateverUserKey","▶",[],100); 2. Run test on NORMAL, with the following expected call: call:llDialog - avatar (key): "whateverUserKey" - message (string) : "▶" - buttons (list) : [] - chat_channel (integer): 100

What is the expected output? What do you see instead? Test should PASS. Instead, Test FAILS, "unexpected call: llDialog("whateverUserKey","%B6",[],100);

What version of the product are you using? On what operating system? Eclipse SDKJ 3.7.2.M20120208-800 LSL Forge 0.1.1 lslforge_part_win_32_x86 0.1.1

OS: Windows Vista Professional 64-bit

Please provide any additional information below.

Test also fails if "%B6" (instead of "▶") is used in the expected call string for the test.

RayZopf avatar Feb 26 '16 15:02 RayZopf

is this connected to https://code.google.com/archive/p/lslforge/issues/18 which got fixed with https://github.com/RayZopf/lslforge-raysilent/commit/7ae61d900fe16b072d261518cefb2948a9c0e112

RayZopf avatar Feb 26 '16 15:02 RayZopf