Map C Locale to Invariant (#25373)
authorTarek Mahmoud Sayed <tarekms@microsoft.com>
Tue, 25 Jun 2019 20:23:56 +0000 (13:23 -0700)
committerJan Kotas <jkotas@microsoft.com>
Tue, 25 Jun 2019 20:23:56 +0000 (13:23 -0700)
commit098a4af997f5b83fe90e483361699e8168afe6dd
treec57ff7f17dcfd3bd82ba503c14694f9465ba3306
parent133e857a2800c53e0803d995964a812a13f714e1
Map C Locale to Invariant (#25373)

ICU map the C locale to en-US_POSIX which has a non desired collation behavior as it doesn't support case insensitive comparison.
This change is to force mapping C locale to Invariant instead.
src/System.Private.CoreLib/shared/System/Globalization/CultureData.cs
src/corefx/System.Globalization.Native/pal_locale.c