Skip to content

.NET Core 2.0 Globalization Invariant Mode #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
richlander opened this issue Jul 18, 2017 · 1 comment
Open

.NET Core 2.0 Globalization Invariant Mode #20

richlander opened this issue Jul 18, 2017 · 1 comment

Comments

@richlander
Copy link
Member

richlander commented Jul 18, 2017

.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
@dotnet dotnet locked and limited conversation to collaborators Jul 18, 2017
@terrajobst
Copy link
Contributor

Reopening according to process.

@terrajobst terrajobst reopened this Nov 10, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants