Example #1
0
 static void Main(string[] args)
 {
     foreach (var s in "0aB在ス☆")
     {
         Console.WriteLine(s + " -> " + CharacterUtil.GetCharType(s));
     }
     Console.ReadLine();
 }