mbarnig commited on
Commit
3ee3948
1 Parent(s): c30f7d2

Upload alphabet.txt

Browse files
Files changed (1) hide show
  1. english/alphabet.txt +33 -1
english/alphabet.txt CHANGED
@@ -1 +1,33 @@
1
- ...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Each line in this file represents the Unicode codepoint (UTF-8 encoded)
2
+ # associated with a numeric label.
3
+ # A line that starts with # is a comment. You can escape it with \# if you wish
4
+ # to use '#' as a label.
5
+
6
+ a
7
+ b
8
+ c
9
+ d
10
+ e
11
+ f
12
+ g
13
+ h
14
+ i
15
+ j
16
+ k
17
+ l
18
+ m
19
+ n
20
+ o
21
+ p
22
+ q
23
+ r
24
+ s
25
+ t
26
+ u
27
+ v
28
+ w
29
+ x
30
+ y
31
+ z
32
+ '
33
+ # The last (non-comment) line needs to end with a newline.