Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strings with precomposed characters are case sensitive #145

Closed
adazem009 opened this issue Aug 8, 2023 · 0 comments · Fixed by #626
Closed

Strings with precomposed characters are case sensitive #145

adazem009 opened this issue Aug 8, 2023 · 0 comments · Fixed by #626
Labels
bug Something isn't working P1 Priority: High

Comments

@adazem009
Copy link
Contributor

adazem009 commented Aug 8, 2023

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

@adazem009 adazem009 added bug Something isn't working help wanted Extra attention is needed P4 Priority: Trivial labels Aug 8, 2023
@adazem009 adazem009 added P3 Priority: Low and removed P4 Priority: Trivial labels Aug 23, 2024
@adazem009 adazem009 added P2 Priority: Medium and removed P3 Priority: Low labels Oct 24, 2024
@adazem009 adazem009 added P1 Priority: High and removed P2 Priority: Medium labels Dec 9, 2024
@adazem009 adazem009 removed the help wanted Extra attention is needed label Jan 13, 2025
@adazem009 adazem009 moved this from Todo to In Progress in libscratchcpp 0.14 Feb 9, 2025
@adazem009 adazem009 moved this from In Progress to Needs testing in libscratchcpp 0.14 Feb 14, 2025
@github-project-automation github-project-automation bot moved this from Needs testing to Done in libscratchcpp 0.14 Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1 Priority: High
Projects
Development

Successfully merging a pull request may close this issue.

1 participant