summaryrefslogtreecommitdiff
path: root/icu/translit_Latin_Gothic.txt
blob: 423f65abc56b50e76adae6d1d556f23093490af1 (plain)
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
 // -*- Coding: utf-8; -*-
//--------------------------------------------------------------------
// Copyright 2001, CrossWire Bible Society (http://www.crosswire.org)
// Use freely.
//--------------------------------------------------------------------
// Based upon standard Gothic transliteration system from
// http://www.cs.tut.fi/~dla/gothic.html
//--------------------------------------------------------------------

// Latin-Gothic

translit_Latin_Gothic {
  Rule {
    ":: NFD (NFC) ;" 
    
    ":: [:Ll:] lower() ;"

    // the hv ligature might not be ligatured
    "hv> |ฦ•;"

    // completeness mapping for latin
    "c> |k;"
    "v> |w;"
    "y> |i;"

    // latin-gothic transliteration
    "a<>๐Œฐ;"
    "b<>๐Œฑ;"
    "g<>๐Œฒ;"
    "d<>๐Œณ;"
    "e<>๐Œด;"
    "q<>๐Œต;"
    "z<>๐Œถ;"
    "h<>๐Œท;"
    "รพ<>๐Œธ;"
    "i<>๐Œน;"
    "k<>๐Œบ;"
    "l<>๐Œป;"
    "m<>๐Œผ;"
    "n<>๐Œฝ;"
    "j<>๐Œพ;"
    "u<>๐Œฟ;"
    "p<>๐€;"
    "90<๐;"  // 90
    "r<>๐‚;"
    "s<>๐ƒ;"
    "t<>๐„;"
    "w<>๐…;"
    "f<>๐†;"
    "x<>๐‡;"
    "ฦ•<>๐ˆ;"
    "o<>๐‰;"
    "900<๐Š;"  // 900

    ":: NFC (NFD) ;"    
  }
}