﻿#---------------------------------------------------------------------
# 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 Beta code for CCAT/CATSS/TLG:
# http://ccat.sas.upenn.edu/gopher/text/religion/biblical/0-betacode.txt
#---------------------------------------------------------------------
# Coptic-Latin/Beta
:: NFD (NFC);
# Uppercase
Ⲁ<>'*A';
Ⲃ<>'*B';
Ⲅ<>'*G';
Ⲇ<>'*D';
Ⲉ<>'*E';
Ⲋ>''; # sou is non-alphabetic, and excluded from Beta
Ⲍ<>'*Z';
Ⲏ<>'*H';
Ⲑ<>'*Q';
Ⲓ<>'*I';
Ⲕ<>'*K';
Ⲗ<>'*L';
Ⲙ<>'*M';
Ⲛ<>'*N';
Ⲝ<>'*C';
Ⲟ<>'*O';
Ⲫ<>'*F';
Ⲯ<>'*Y';
Ⲡ<>'*P';
Ⲣ<>'*R';
Ⲥ<'*J';
Ⲥ<>'*S';
Ⲧ<>'*T';
Ⲩ<>'*U';
Ⲭ<>'*X';
Ⲱ<>'*W';
Ϣ<>'*s';
Ϥ<>'*f';
Ϩ<>'*h';
Ϫ<>'*j';
Ϭ<>'*g';
Ϯ<>'*t';
# Archaic Greek (should not appear in Coptic)
'Ϝ'<>'*V';
'Ϟ'<>'*#3';
'Ϡ'<>'*#5';
# Lowercase
ⲁ<>A;
ⲃ<>B;
ⲅ<>G;
ⲇ<>D;
ⲉ<>E;
ⲋ>''; # sou is non-alphabetic, and excluded from Beta
ⲍ<>Z;
ⲏ<>H;
ⲑ<>Q;
ⲓ<>I;
ⲕ<>K;
ⲗ<>L;
ⲙ<>M;
ⲛ<>N;
ⲝ<>C;
ⲟ<>O;
ⲫ<>F;
ⲯ<>Y;
ⲡ<>P;
ⲣ<>R;
ⲥ<J;
ⲥ<>S;
ⲧ<>T;
ⲩ<>U;
ⲭ<>X;
ⲱ<>W;
ϣ<>s;
ϥ<>f;
ϩ<>h;
ϫ<>j;
ϭ<>g;
ϯ<>t;
# Archaic Greek (should not appear in Coptic)
ϝ<>V;
ϟ<>'#3';
ϡ<>'#5';
# Non-letter characters, copied from Greek transform
ͅ<>'|';
ͺ>'|';
̔<>'(';
ʽ>'(';
·<>':';
̓<>')';
ʼ>')';
́<>'/';
´>'/';
ˊ>'/';
΄>'/';
͂<>'=';
̂>'=';
'^'>'=';
ˆ>'=';
̀<>'\\';
'`'>'\\';
ˋ>'\\';
̈<>'+';
¨>'+';
̄<>'_';   # Perseus LSJ uses _ for long vowels
# Coptic encoded in Beta (as opposed to Greek) is cased. Uppercase S maps to sigma, whereas lowercase s maps to shai. However, the 20 letters below do not have lower case values in Coptic Beta, so we uppercase them here.
:: ([abcdeiklmnopqruvwxyz] upper);
:: NFC (NFD);
