DrishtiSharma commited on
Commit
1b9597d
1 Parent(s): 0202365

Upload alphabet.txt

Browse files
Files changed (1) hide show
  1. alphabet.txt +41 -0
alphabet.txt ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ 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
+ ã
34
+ é
35
+ í
36
+ ñ
37
+ ó
38
+ ú
39
+ ü
40
+ ʼ
41
+ # The last (non-comment) line needs to end with a newline.