[sword-svn] r275 - trunk/source/data/translit/crosswire
chrislit at crosswire.org
chrislit at crosswire.org
Sat Feb 8 01:56:41 MST 2014
Author: chrislit
Date: 2014-02-08 01:56:41 -0700 (Sat, 08 Feb 2014)
New Revision: 275
Modified:
trunk/source/data/translit/crosswire/Greek_Latin_BGreek.txt
Log:
updated, checked, tested Greek/BGreek transliterator
Modified: trunk/source/data/translit/crosswire/Greek_Latin_BGreek.txt
===================================================================
--- trunk/source/data/translit/crosswire/Greek_Latin_BGreek.txt 2014-02-08 08:55:47 UTC (rev 274)
+++ trunk/source/data/translit/crosswire/Greek_Latin_BGreek.txt 2014-02-08 08:56:41 UTC (rev 275)
@@ -10,8 +10,15 @@
# Based on the B-Greek transliteration format:
# http://www.ibiblio.org/bgreek/transliteration.txt
# Greek-Latin/BGreek
+
+:: [:Greek:];
:: NFD (NFC);
-:: [:Greek:] upper();
+:: upper();
+
+# Completeness mappings
+|I<J;
+|U<V;
+
# Greek Letters
Α<>A;
Β<>B;
@@ -37,13 +44,19 @@
Χ<>C;
Ψ<>Y;
Ω<>W;
-# Mappings for completeness
-|I<J;
-|U<V;
+
# Non-letter characters
ͺ<>i;
̔<>h;
ʽ>h;
+
+́<>\/;
+̀<>\\;
+͂<>\~;
+͂<\=;
+
[:Mn:]>;
-:: ([a-g j-z] upper);
+
+:: ([a-gj-z] upper);
:: NFC (NFD);
+:: ([[:Latin:][\/\\\~\=]]);
\ No newline at end of file
More information about the sword-cvs
mailing list