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_Ugaritic.txt | |
download | sword-sf-cvs-c9458897ebbb739d8db83c80e06512d8a612f743.tar.gz |
*** empty log message ***
Diffstat (limited to 'icu/translit_Latin_Ugaritic.txt')
-rw-r--r-- | icu/translit_Latin_Ugaritic.txt | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/icu/translit_Latin_Ugaritic.txt b/icu/translit_Latin_Ugaritic.txt new file mode 100644 index 0000000..d22ae45 --- /dev/null +++ b/icu/translit_Latin_Ugaritic.txt @@ -0,0 +1,63 @@ +ďťż // -*- Coding: utf-8; -*- +//-------------------------------------------------------------------- +// Copyright 2001, CrossWire Bible Society (http://www.crosswire.org) +// Use freely. +//-------------------------------------------------------------------- +// Based upon SBL standard transliteration system from +// the SBL Handbook of Style p.31 +//-------------------------------------------------------------------- + +// Latin-Ugaritic + +translit_Latin_Ugaritic { + Rule { + ":: NFD (NFC) ;" + + ":: lower() ;" + + // completeness + "c> | k;" + "e> | i;" + "f> | w;" + "j> | i;" + "o> | a;" + "v> | w;" + "x> | k;" + + // ugaritic cuneiform + "h ĚŁ <> đ;" + "d Ěą <> đ;" + "z ĚŁ <> đ;" + "s ĚŁ <> đ;" + "g Ě <> đ;" + "s Ě <> đ;" + + "a <> đ;" + "b <> đ;" + "g <> đ;" + "h ĚŽ<> đ;" + "d <> đ;" + "h <> đ
;" + "w <> đ;" + "z <> đ;" + "t ĚŁ <> đ;" + "y <> đ;" + "k <> đ;" + "s Ě <> đ;" + "l <> đ;" + "m <> đ;" + "n <> đ;" + "s <> đ;" + "Ęż <> đ;" + "p <> đ;" + "q <> đ;" + "r <> đ;" + "t Ěą <> đ;" + "t <> đ;" + "i <> đ;" + "u <> đ;" + "' ' <> đ;" + + ":: NFC (NFD) ;" + } +} |