-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathsources.toml
66 lines (52 loc) · 2.07 KB
/
sources.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[ucd]
version = "10.0.0"
base_url = "http://www.unicode.org/Public/{version}/ucd/"
specs = [
"http://unicode.org/reports/tr44/",
"http://unicode.org/reports/tr38/",
]
[ucd.resources]
"DerivedAge.txt" = "DerivedAge.txt"
"DerivedCoreProperties.txt" = "DerivedCoreProperties.txt"
"DerivedNormalizationProps.txt" = "DerivedNormalizationProps.txt"
"Jamo.txt" = "Jamo.txt"
"PropList.txt" = "PropList.txt"
"ReadMe.txt" = "ReadMe.txt"
"UnicodeData.txt" = "UnicodeData.txt"
"GraphemeBreakProperty.txt" = "auxiliary/GraphemeBreakProperty.txt"
"SentenceBreakProperty.txt" = "auxiliary/SentenceBreakProperty.txt"
"WordBreakProperty.txt" = "auxiliary/WordBreakProperty.txt"
"Unihan.zip" = "Unihan.zip"
[ucd.test_resources]
"BidiCharacterTest.txt" = "BidiCharacterTest.txt"
"BidiTest.txt" = "BidiTest.txt"
"NormalizationTest.txt" = "NormalizationTest.txt"
"DecompositionTypeTest.txt" = "extracted/DerivedDecompositionType.txt"
"GraphemeBreakTest.txt" = "auxiliary/GraphemeBreakTest.txt"
"SentenceBreakTest.txt" = "auxiliary/SentenceBreakTest.txt"
"WordBreakTest.txt" = "auxiliary/WordBreakTest.txt"
[idna]
version = "10.0.0"
base_url = "http://www.unicode.org/Public/idna/{version}/"
specs = [
"http://www.unicode.org/reports/tr46/",
]
[idna.resources]
"ReadMe.txt" = "ReadMe.txt"
"IdnaMappingTable.txt" = "IdnaMappingTable.txt"
[idna.test_resources]
"IdnaTest.txt" = "IdnaTest.txt"
[emoji]
version = "5.0"
base_url = "http://www.unicode.org/Public/emoji/{version}/"
specs = [
"http://www.unicode.org/reports/tr51/",
]
[emoji.resources]
"ReadMe.txt" = "ReadMe.txt"
"emoji-data.txt" = "emoji-data.txt"
"emoji-sequences.txt" = "emoji-sequences.txt"
"emoji-variation-sequences.txt" = "emoji-variation-sequences.txt"
"emoji-zwj-sequences.txt" = "emoji-zwj-sequences.txt"
[emoji.test_resources]
"emoji-test.txt" = "emoji-test.txt"