[sword-svn] r198 - trunk/source/data/translit

chrislit at crosswire.org chrislit at crosswire.org
Fri May 8 20:47:13 MST 2009


Author: chrislit
Date: 2009-05-08 20:47:13 -0700 (Fri, 08 May 2009)
New Revision: 198

Modified:
   trunk/source/data/translit/root.txt
Log:
ICU 4.2 update, added Old Italic transliterator, removed inferior BGN transliterators

Modified: trunk/source/data/translit/root.txt
===================================================================
--- trunk/source/data/translit/root.txt	2009-05-09 03:37:27 UTC (rev 197)
+++ trunk/source/data/translit/root.txt	2009-05-09 03:47:13 UTC (rev 198)
@@ -68,12 +68,12 @@
             }
         }
 
-        Armenian-Latin/BGN {
-            file {
-                resource:process(transliterator) {"Armenian_Latin_BGN.txt"}
-                direction {"FORWARD"}
-            }
-        }
+//        Armenian-Latin/BGN {
+//            file {
+//                resource:process(transliterator) {"Armenian_Latin_BGN.txt"}
+//                direction {"FORWARD"}
+//            }
+//        }
 
         Azerbaijani-Latin/BGN {
             file {
@@ -275,12 +275,12 @@
             }
         }
 
-        Georgian-Latin/BGN {
-            file {
-                resource:process(transliterator) {"Georgian_Latin_BGN.txt"}
-                direction {"FORWARD"}
-            }
-        }
+//        Georgian-Latin/BGN {
+//            file {
+//                resource:process(transliterator) {"Georgian_Latin_BGN.txt"}
+//                direction {"FORWARD"}
+//            }
+//        }
 
         Greek-Latin {
             file {
@@ -295,12 +295,12 @@
             }
         }
 
-        Greek-Latin/BGN {
-            file {
-                resource:process(transliterator) {"Greek_Latin_BGN.txt"}
-                direction {"FORWARD"}
-            }
-        }
+//        Greek-Latin/BGN {
+//            file {
+//                resource:process(transliterator) {"Greek_Latin_BGN.txt"}
+//                direction {"FORWARD"}
+//            }
+//        }
 
         Greek-Latin/UNGEGN {
             file {
@@ -1851,6 +1851,20 @@
             }
         }
 
+// Old Italic
+        OldItalic-Latin {
+            file {
+                    resource:process(transliterator){"crosswire/OldItalic_Latin.txt"}
+                    direction{"FORWARD"}
+            }
+        }
+        Latin-OldItalic {
+            file {
+                    resource:process(transliterator){"crosswire/OldItalic_Latin.txt"}
+                    direction{"REVERSE"}
+            }
+        }
+
     }
     TransliteratorNamePattern {
         // Format for the display name of a Transliterator.




More information about the sword-cvs mailing list