C
C#2mo ago
cheeze2000

✅ 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.
No description
2 Replies
Kouhai
Kouhai2mo ago
GitHub
GitHub - hexawyz/NetUnicodeInfo: Unicode Character Inspector & Libr...
Unicode Character Inspector & Library providing a subset of the Unicode data for .NET clients. - hexawyz/NetUnicodeInfo
cheeze2000
cheeze20002mo ago
thanks