-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Environment
- CLI: 7.0.11
- Cross-platform modules:
- @nativescript/core: 7.0.13
- @nativescript/android: "7.0.1"
- @nativescript/ios: "7.0.6"
- XCode Version: 12.1
Describe the bug
Expression
String.fromCharCode(233).normalize('NFD') === String.fromCharCode(101, 769)
should be truthy
To Reproduce
Setup the project and put the line above into a console log. You'll get false instead of true
Expected behavior
String normalization should work correctly