Skip to content

Unit Tests do not recognize utf8 characters #27

Open
@RayZopf

Description

@RayZopf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions