Cesium icon indicating copy to clipboard operation
Cesium copied to clipboard

Escape processing: more tests for Unicode

Open ForNeVeR opened this issue 1 year ago • 0 comments

In #291, we've tried to add integration tests for the following:

    // printf("\xF0");
    // printf("\xFF");

    // printf("\u2200");
    // printf("\U0001f34c");

But it turns out these integration tests fail on various platforms.

We'll have to figure it out and fix properly.

ForNeVeR avatar Oct 04 '22 19:10 ForNeVeR