tlds.c 1020 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /* This file is automatically generated. DO NOT EDIT!
  2. Instead, edit gen-tld-tables.pl and re-run. */
  3. #include "tld.h"
  4. /* TLD fr */
  5. static const Tld_table_element _tld_fr_valid[] =
  6. {
  7. { 0x2d, 0x2d },
  8. { 0x30, 0x39 },
  9. { 0x61, 0x7a },
  10. { 0xe0, 0xe0 },
  11. { 0xe2, 0xe2 },
  12. { 0xe6, 0xeb },
  13. { 0xee, 0xef },
  14. { 0xf4, 0xf4 },
  15. { 0xf9, 0xf9 },
  16. { 0xfb, 0xfc },
  17. { 0xff, 0xff },
  18. { 0x153, 0x153 }
  19. };
  20. static const Tld_table _tld_fr =
  21. {
  22. "fr",
  23. "1.0",
  24. 12,
  25. &_tld_fr_valid[0]
  26. };
  27. /* TLD no */
  28. static const Tld_table_element _tld_no_valid[] =
  29. {
  30. { 0xe0, 0xe1 },
  31. { 0xe4, 0xea },
  32. { 0xef, 0xef },
  33. { 0xf1, 0xf4 },
  34. { 0xf6, 0xf6 },
  35. { 0xf8, 0xf8 },
  36. { 0xfc, 0xfc },
  37. { 0x10d, 0x10d },
  38. { 0x111, 0x111 },
  39. { 0x144, 0x144 },
  40. { 0x14b, 0x14b },
  41. { 0x161, 0x161 },
  42. { 0x167, 0x167 },
  43. { 0x17e, 0x17e }
  44. };
  45. static const Tld_table _tld_no =
  46. {
  47. "no",
  48. "2.0",
  49. 14,
  50. &_tld_no_valid[0]
  51. };
  52. /* Main array */
  53. const Tld_table * _tld_tables[] =
  54. {
  55. &_tld_fr,
  56. &_tld_no,
  57. NULL
  58. };