tlds.c 1.0 KB

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