libidn
1.26
Main Page
Data Structures
Files
File List
Globals
src
libidn-1.26
lib
tlds.c
Go to the documentation of this file.
1
/* This file is automatically generated. DO NOT EDIT!
2
Instead, edit gen-tld-tables.pl and re-run. */
3
4
#include "
tld.h
"
5
6
/* TLD fr */
7
static
const
Tld_table_element
_tld_fr_valid[] =
8
{
9
{ 0x2d, 0x2d },
10
{ 0x30, 0x39 },
11
{ 0x61, 0x7a },
12
{ 0xe0, 0xe0 },
13
{ 0xe2, 0xe2 },
14
{ 0xe6, 0xeb },
15
{ 0xee, 0xef },
16
{ 0xf4, 0xf4 },
17
{ 0xf9, 0xf9 },
18
{ 0xfb, 0xfc },
19
{ 0xff, 0xff },
20
{ 0x153, 0x153 }
21
};
22
23
static
const
Tld_table
_tld_fr =
24
{
25
"fr"
,
26
"1.0"
,
27
12,
28
&_tld_fr_valid[0]
29
};
30
31
/* TLD no */
32
static
const
Tld_table_element
_tld_no_valid[] =
33
{
34
{ 0xe0, 0xe1 },
35
{ 0xe4, 0xea },
36
{ 0xf1, 0xf4 },
37
{ 0xf6, 0xf6 },
38
{ 0xf8, 0xf8 },
39
{ 0xfc, 0xfc },
40
{ 0x10d, 0x10d },
41
{ 0x111, 0x111 },
42
{ 0x144, 0x144 },
43
{ 0x14b, 0x14b },
44
{ 0x161, 0x161 },
45
{ 0x167, 0x167 },
46
{ 0x17e, 0x17e }
47
};
48
49
static
const
Tld_table
_tld_no =
50
{
51
"no"
,
52
"1.0"
,
53
13,
54
&_tld_no_valid[0]
55
};
56
57
/* Main array */
58
const
Tld_table
*
_tld_tables
[] =
59
{
60
&_tld_fr,
61
&_tld_no,
62
NULL
63
};
Generated on Fri Apr 5 2013 10:35:24 for libidn by
1.8.3.1