Skip to content

Strings with precomposed characters are case sensitive #145

@adazem009

Description

@adazem009
Value a = "đ";
Value b = "Đ";

bool eq = (a == b); // false
bool neq = (a != b); // true

In Scratch:
Scratch screenshot

This also affects the string contains string block and list index of (including list functions).

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1Priority: HighbugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions