summaryrefslogtreecommitdiff
path: root/icu/translit_Latin_Gothic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'icu/translit_Latin_Gothic.txt')
-rw-r--r--icu/translit_Latin_Gothic.txt57
1 files changed, 0 insertions, 57 deletions
diff --git a/icu/translit_Latin_Gothic.txt b/icu/translit_Latin_Gothic.txt
deleted file mode 100644
index 423f65a..0000000
--- a/icu/translit_Latin_Gothic.txt
+++ /dev/null
@@ -1,57 +0,0 @@
-๏ปฟ // -*- 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) ;"
- }
-}