﻿#--------------------------------------------------------------------
# Copyright 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
#--------------------------------------------------------------------
# OldItalic-Latin
:: NFD (NFC);
# completeness mappings from Latin
𐌂<g;
𐌅<w;
𐌉<j;
𐌖<y;
# Old Italic digraph
#𐌅𐌇>f; # although this sequence may be interpreted as /f/, we should rather target a more general and 1:1 mapping
# Latin digraphs
𐌈<>th;
𐌘<>ph;
𐌙<>ch;
# Latin with diacritics
𐌎<>š;
𐌑<>ś;
𐌗<ṡ;
𐌛<>ř;
𐌜<>ç;
𐌝<>í;
𐌞<>ú;
# other letters
𐌀<>a;
𐌁<>b;
𐌂<>c;
𐌃<>d;
𐌄<>e;
𐌅<>v;
𐌆<>z;
𐌇<>h;
𐌉<>i;
𐌊<>k;
𐌋<>l;
𐌌<>m;
𐌍<>n;
𐌏<>o;
𐌐<>p;
𐌒<>q;
𐌓<>r;
𐌔<>s;
𐌕<>t;
𐌖<>u;
𐌗<>x;
𐌚<>f;
# numbers
𐌢<>10;
𐌣<>50;
𐌠<>1;
𐌡<>5;
:: ([:Latin:] lower);
:: NFC (NFD);
