Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.98 KB

unicode-categories.md

File metadata and controls

19 lines (17 loc) · 1.98 KB

.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.

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

.NET versionVersion of the Unicode Standard
.NET Framework 1.1The Unicode Standard, Version 4.0.0
.NET Framework 2.0The Unicode Standard, Version 5.0.0
.NET Framework 3.5The Unicode Standard, Version 5.0.0
.NET Framework 4The Unicode Standard, Version 5.0.0
.NET Framework 4.5The Unicode Standard, Version 6.3.0
.NET Framework 4.5.1The Unicode Standard, Version 6.3.0
.NET Framework 4.5.2The Unicode Standard, Version 6.3.0
.NET Framework 4.6The Unicode Standard, Version 6.3.0
.NET Framework 4.6.1The Unicode Standard, Version 6.3.0
.NET Framework 4.6.2 and later versionsThe Unicode Standard, Version 8.0.0
.NET Core 2.1The Unicode Standard, Version 8.0.0
.NET Core 3.1The Unicode Standard, Version 11.0.0
.NET 5The Unicode Standard, Version 13.0.0
close