[browser] HybridGlobalization Invariant function differs from non-Hybrid #95471
Labels
arch-wasm
WebAssembly architecture
area-System.Globalization
in-pr
There is an active PR which will close this issue when it is merged
Milestone
Running
TurkishI_Is_Differently_LowerUpperCased_In_Turkish_Culture_NonBacktracking
with HG fails onBecause
ToUpperInvariant
produces different string (differently normalized?), the regex fails. Maybe we can keep using managed invariant functions for invariant culture. If not, we have to treat this failure as a known difference between platforms.This is expected behavior of JS and generally, it's expected behavior for Turkish letters.
We can preserve C#-invariant behavior if we use ToUpper/Lower methods that are used for
InvaraintGlobalization
.The text was updated successfully, but these errors were encountered: