✅ Character Info Lookup?
https://learn.microsoft.com/en-us/dotnet/api/system.globalization.charunicodeinfo?view=net-8.0#examples
is there a .net library out there that allows you to look up information about a character? like for example if you give 'A', it would give you "LATIN SMALL LETTER A" or some sort
CharUnicodeInfo Class (System.Globalization)
Retrieves information about a Unicode character. This class cannot be inherited.
2 Replies
There is a nuget package
https://github.com/hexawyz/NetUnicodeInfo
GitHub
GitHub - hexawyz/NetUnicodeInfo: Unicode Character Inspector & Libr...
Unicode Character Inspector & Library providing a subset of the Unicode data for .NET clients. - hexawyz/NetUnicodeInfo
thanks