test_allowedchars.input 267 B

12345678910111213141516
  1. // test:
  2. // - label contains illegal character
  3. // - c. is valid UTF-8
  4. // - d. has invalid UTF-8 code for the TLD
  5. //
  6. // best viewed with 'LC_ALL=C vi <filename>'
  7. // ===BEGIN ICANN DOMAINS===
  8. a.exam#ple.com
  9. b.exam ple.com
  10. c.测试
  11. d.测è¯
  12. // ===END ICANN DOMAINS===