announcements icon indicating copy to clipboard operation
announcements copied to clipboard

.NET Core 2.0 Globalization Invariant Mode

Open richlander opened this issue 8 years ago • 1 comments

.NET Core 2.0 Globalization Invariant Mode

Summary

.NET Core 2.0 includes a new opt-in globalization mode that provides basic globalization-related functionality that is uniform across operating systems and languages. The benefit of this new mode is its uniformity, distribution size, and the absence of any globalization dependencies. The downside is that it doesn't actually provide globalization functionality.

This mode is not the default mode in .NET Core, so applications have to opt in. There are no plans to make this mode the default one.

See .NET Core Globalization Invariant Mode to learn more about this feature, and decide whether the new mode is a good choice for your app or if it breaks its functionality.

Details

Impact

The globalization areas affected by enabling the globalization invariant mode are:

  • Cultures and culture data
  • String casing
  • String sorting and searching
  • Sort keys
  • String Normalization
  • International Domain Names (IDN) support
  • Time Zone display name on Linux

richlander avatar Jul 18 '17 04:07 richlander

Reopening according to process.

terrajobst avatar Nov 10 '17 21:11 terrajobst