summaryrefslogtreecommitdiff
path: root/icu/translit_Latin_Ugaritic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'icu/translit_Latin_Ugaritic.txt')
-rw-r--r--icu/translit_Latin_Ugaritic.txt63
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) ;"
+ }
+}