﻿#--------------------------------------------------------------------
# Copyright 2001-2009, CrossWire Bible Society (www.crosswire.org)
# All rights reserved.  Usage permitted according to the MIT/X11
# License: http://www.opensource.org/licenses/mit-license.php
#--------------------------------------------------------------------
# Based on the B-Greek transliteration format:
# http://www.ibiblio.org/bgreek/transliteration.txt
#--------------------------------------------------------------------
# Greek-Latin/BGreek
:: NFD (NFC);
:: [:Greek:] upper();
# Greek Letters
Α<>A;
Β<>B;
Γ<>G;
Δ<>D;
Ε<>E;
Ζ<>Z;
Η<>H;
Θ<>Q;
Ι<>I;
Κ<>K;
Λ<>L;
Μ<>M;
Ν<>N;
Ξ<>X;
Ο<>O;
Π<>P;
Ρ<>R;
Σ<>S;
Τ<>T;
Υ<>U;
Φ<>F;
Χ<>C;
Ψ<>Y;
Ω<>W;
# Mappings for completeness
I<J;
U<V;
# Non-letter characters
ͺ<>i;
̔<>h;
ʽ>h;
[:Mn:]>;
:: ([a-g j-z] upper);
:: NFC (NFD);
