Skip to content

Commit 9ee9690

Browse files
Clarify how CharUnicodeInfo data is sourced (#5100)
2 parents 03e02f9 + cab4b93 commit 9ee9690

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

includes/unicode-categories.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 .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/).
22

33
The following table lists .NET versions and the versions of the Unicode Standard on which their character categories are based.
44

@@ -9,9 +9,11 @@ The following table lists .NET versions and the versions of the Unicode Standard
99
|.NET Framework 3.5|[The Unicode Standard, Version 5.0.0](https://www.unicode.org/versions/Unicode5.0.0)|
1010
|.NET Framework 4|[The Unicode Standard, Version 5.0.0](https://www.unicode.org/versions/Unicode5.0.0)|
1111
|.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/)|
1414
|.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/)|
1616
|.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

Comments
 (0)