Exemplo n.º 1
0
 public static string Encode(params int[] codePoints) => Punycode.Ucs2Encode(codePoints);
Exemplo n.º 2
0
 public static int[] Decode(string str) => Punycode.Ucs2Decode(str);