mbarnig commited on
Commit
931ae97
1 Parent(s): da91a8c

Upload alphabet.txt

Browse files
Files changed (1) hide show
  1. luxembourgish/alphabet.txt +47 -1
luxembourgish/alphabet.txt CHANGED
@@ -1 +1,47 @@
1
- ...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # The last (non-comment) line needs to end with a newline.