Description
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.