-.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 Core (all versions) and .NET 5+, character category information is provided by the [Unicode Character Database](https://www.unicode.org/ucd/).
0 commit comments