mbarnig commited on
Commit
4524cc7
1 Parent(s): 2a55c7e

Upload alphabet.txt

Browse files
Files changed (1) hide show
  1. french/alphabet.txt +108 -0
french/alphabet.txt CHANGED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Each line in this file represents the Unicode codepoint (UTF-8 encoded)
2
+ # associated with a numeric index.
3
+ # A line that starts with # is a comment. You can escape it with \# if you wish
4
+ # to use '#' in the Alphabet.
5
+
6
+ '
7
+ a
8
+ b
9
+ c
10
+ d
11
+ e
12
+ f
13
+ g
14
+ h
15
+ i
16
+ j
17
+ k
18
+ l
19
+ m
20
+ n
21
+ o
22
+ p
23
+ q
24
+ r
25
+ s
26
+ t
27
+ u
28
+ v
29
+ w
30
+ x
31
+ y
32
+ z
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
+ ű
67
+ ŵ
68
+ ǎ
69
+ ǔ
70
+ ɑ
71
+ ɨ
72
+ ʋ
73
+ θ
74
+ φ
75
+ о
76
+ п
77
+ ц
78
+ ч
79
+ э
80
+ і
81
+ ј
82
+ џ
83
+ ӌ
84
+ գ
85
+ զ
86
+
87
+
88
+
89
+ ế
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+ ÿ
108
+ # The last (non-comment) line needs to end with a newline.