diff options
author | danglassey <danglassey> | 2002-08-14 09:57:17 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-08-14 09:57:17 +0000 |
commit | c9458897ebbb739d8db83c80e06512d8a612f743 (patch) | |
tree | f8c5381045887e34388cc6b26cfccc254bf766dc /icu/translit_Latin_Gothic.txt | |
download | sword-sf-cvs-c9458897ebbb739d8db83c80e06512d8a612f743.tar.gz |
*** empty log message ***
Diffstat (limited to 'icu/translit_Latin_Gothic.txt')
-rw-r--r-- | icu/translit_Latin_Gothic.txt | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/icu/translit_Latin_Gothic.txt b/icu/translit_Latin_Gothic.txt new file mode 100644 index 0000000..423f65a --- /dev/null +++ b/icu/translit_Latin_Gothic.txt @@ -0,0 +1,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) ;" + } +} |