Skip to content

Commit 78766b0

Browse files
committed
Add new (basic) English IDN table
This might be used in round 2. It contains only the 26 Latin letters, ten digits, and hyphen.
1 parent 0167dad commit 78766b0

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Registry: Charleston Road Registry Inc.
2+
# Script: En
3+
# Version: 1.0
4+
# Effective Date: 2025-09-01
5+
# URL: https://www.iana.org/domains/idn-tables/tables/google_en_1.0.txt
6+
# Policy: https://www.registry.google/about/policies/domainabuse/
7+
# Contact Name: CRR Tech
8+
# Email address: [email protected]
9+
# Telephone: +1 (650) 253-0000
10+
#
11+
# Code points requiring context rules
12+
#
13+
# Code point Description of rule/Reference
14+
#
15+
# U+002D Label must neither start nor end with U+002D. Label
16+
# HYPHEN-MINUS must not have U+002D in both third and fourth
17+
# position. RFC 5891 (sec 4.2.3.1)
18+
#
19+
20+
U+002D # HYPHEN-MINUS
21+
U+0030 # DIGIT ZERO
22+
U+0031 # DIGIT ONE
23+
U+0032 # DIGIT TWO
24+
U+0033 # DIGIT THREE
25+
U+0034 # DIGIT FOUR
26+
U+0035 # DIGIT FIVE
27+
U+0036 # DIGIT SIX
28+
U+0037 # DIGIT SEVEN
29+
U+0038 # DIGIT EIGHT
30+
U+0039 # DIGIT NINE
31+
U+0061 # LATIN SMALL LETTER A
32+
U+0062 # LATIN SMALL LETTER B
33+
U+0063 # LATIN SMALL LETTER C
34+
U+0064 # LATIN SMALL LETTER D
35+
U+0065 # LATIN SMALL LETTER E
36+
U+0066 # LATIN SMALL LETTER F
37+
U+0067 # LATIN SMALL LETTER G
38+
U+0068 # LATIN SMALL LETTER H
39+
U+0069 # LATIN SMALL LETTER I
40+
U+006A # LATIN SMALL LETTER J
41+
U+006B # LATIN SMALL LETTER K
42+
U+006C # LATIN SMALL LETTER L
43+
U+006D # LATIN SMALL LETTER M
44+
U+006E # LATIN SMALL LETTER N
45+
U+006F # LATIN SMALL LETTER O
46+
U+0070 # LATIN SMALL LETTER P
47+
U+0071 # LATIN SMALL LETTER Q
48+
U+0072 # LATIN SMALL LETTER R
49+
U+0073 # LATIN SMALL LETTER S
50+
U+0074 # LATIN SMALL LETTER T
51+
U+0075 # LATIN SMALL LETTER U
52+
U+0076 # LATIN SMALL LETTER V
53+
U+0077 # LATIN SMALL LETTER W
54+
U+0078 # LATIN SMALL LETTER X
55+
U+0079 # LATIN SMALL LETTER Y
56+
U+007A # LATIN SMALL LETTER Z

0 commit comments

Comments
 (0)