You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[release/5.0-rc2] Fix the globalization test. (#42226)
* Fix the globalization test.
The failure is because Windows regresion. The change here is to avoid having the test fail because of that. The regression is tracked by Windows team to fix it.
* Add a comment
Co-authored-by: Tarek Mahmoud Sayed <tarekms@microsoft.com>
privateconstintNORM_LINGUISTIC_CASING=0x08000000;// use linguistic rules for casing
367
+
368
+
// Windows has introduced a regression when comparing 2 strings containing zero sort weight characters (e.g. “” and “\u200C”) when using the NORM_LINGUISTIC_CASING flag.
369
+
// This code can be deleted after Windows fix the regression.
0 commit comments