Define script.NET family from text string

Is there a way in .NET to define a script family based on an input string? For example, I have the following:

咖啡, กาแฟ, コ ー ヒ ー, قهوة

(" coffee " in Chinese, Thai, Japanese, and Arabic)

Is there a way to determine that they are a script, as a common script family (for example, it can be "Hans / Hunt", "Thai", "Japanese", "Arab") are IANA / ISO 15924 groupings?

+5
source share
1 answer

( / script ), , , Unicode , , . , , , "", Unicode.

+3

All Articles