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
.NET maintains its own table of characters and their corresponding categories, which ensures that a specific version of a .NET implementation running on different platforms returns identical character category information. On .NET 5 running on Linux, macOS, or Windows 19H1 or later, and .NET Core running on Linux and macOS, character category information is provided by [International Components for Unicode](http://site.icu-project.org/) libraries.
1
+
.NET maintains its own table of characters and their corresponding categories, which ensures that a specific version of a .NET implementation running on different platforms returns identical character category information. On all .NET versions and across all OS platforms, character category information is provided by the [Unicode Character Database](https://www.unicode.org/ucd/).
2
2
3
3
The following table lists .NET versions and the versions of the Unicode Standard on which their character categories are based.
4
4
@@ -9,9 +9,11 @@ The following table lists .NET versions and the versions of the Unicode Standard
9
9
|.NET Framework 3.5|[The Unicode Standard, Version 5.0.0](https://www.unicode.org/versions/Unicode5.0.0)|
10
10
|.NET Framework 4|[The Unicode Standard, Version 5.0.0](https://www.unicode.org/versions/Unicode5.0.0)|
11
11
|.NET Framework 4.5|[The Unicode Standard, Version 6.3.0](https://www.unicode.org/versions/Unicode6.3.0/)|
12
-
|.NET Framework 4.51|[The Unicode Standard, Version 6.3.0](https://www.unicode.org/versions/Unicode6.3.0/)|
13
-
|.NET Framework 4.52|[The Unicode Standard, Version 6.3.0](https://www.unicode.org/versions/Unicode6.3.0/)|
12
+
|.NET Framework 4.5.1|[The Unicode Standard, Version 6.3.0](https://www.unicode.org/versions/Unicode6.3.0/)|
13
+
|.NET Framework 4.5.2|[The Unicode Standard, Version 6.3.0](https://www.unicode.org/versions/Unicode6.3.0/)|
14
14
|.NET Framework 4.6|[The Unicode Standard, Version 6.3.0](https://www.unicode.org/versions/Unicode6.3.0/)|
15
-
|.NET Framework 4.61|[The Unicode Standard, Version 6.3.0](https://www.unicode.org/versions/Unicode6.3.0/)|
15
+
|.NET Framework 4.6.1|[The Unicode Standard, Version 6.3.0](https://www.unicode.org/versions/Unicode6.3.0/)|
16
16
|.NET Framework 4.6.2 and later versions|[The Unicode Standard, Version 8.0.0](https://www.unicode.org/versions/Unicode8.0.0/)|
17
-
|.NET Core (all versions) and .NET 5+|[The Unicode Standard, Version 8.0.0](https://www.unicode.org/versions/Unicode8.0.0/)|
17
+
|.NET Core 2.1|[The Unicode Standard, Version 8.0.0](https://www.unicode.org/versions/Unicode8.0.0/)|
18
+
|.NET Core 3.1|[The Unicode Standard, Version 11.0.0](https://www.unicode.org/versions/Unicode11.0.0/)|
19
+
|.NET 5|[The Unicode Standard, Version 13.0.0](https://www.unicode.org/versions/Unicode13.0.0/)|
0 commit comments