[sword-svn] r243 - trunk/source/data/translit/crosswire/cldr

chrislit at crosswire.org chrislit at crosswire.org
Sun Nov 10 03:49:35 MST 2013


Author: chrislit
Date: 2013-11-10 03:49:34 -0700 (Sun, 10 Nov 2013)
New Revision: 243

Added:
   trunk/source/data/translit/crosswire/cldr/Any-Latin1.xml
Modified:
   trunk/source/data/translit/crosswire/cldr/Arabic-Latin-Beta.xml
   trunk/source/data/translit/crosswire/cldr/Armenian-Latin-ALALC.xml
   trunk/source/data/translit/crosswire/cldr/Armenian-Latin-BGN.xml
   trunk/source/data/translit/crosswire/cldr/Armenian-Latin-ISO.xml
   trunk/source/data/translit/crosswire/cldr/CanadianAboriginal-Latin.xml
   trunk/source/data/translit/crosswire/cldr/Cherokee-Latin.xml
   trunk/source/data/translit/crosswire/cldr/Coptic-Latin-Beta.xml
   trunk/source/data/translit/crosswire/cldr/Coptic-Latin-SBL.xml
   trunk/source/data/translit/crosswire/cldr/Coptic-Latin-TC.xml
   trunk/source/data/translit/crosswire/cldr/Cypriot-Latin.xml
   trunk/source/data/translit/crosswire/cldr/Ethiopic-Latin-ALALC.xml
   trunk/source/data/translit/crosswire/cldr/Ethiopic-Latin-BGN.xml
   trunk/source/data/translit/crosswire/cldr/Ethiopic-Latin-SERA.xml
   trunk/source/data/translit/crosswire/cldr/Ethiopic-Latin-UNGEGN.xml
   trunk/source/data/translit/crosswire/cldr/Georgian-Latin-ALALC.xml
   trunk/source/data/translit/crosswire/cldr/Georgian-Latin-BGN.xml
   trunk/source/data/translit/crosswire/cldr/Georgian-Latin-ISO.xml
   trunk/source/data/translit/crosswire/cldr/Glagolitic-Cyrillic.xml
   trunk/source/data/translit/crosswire/cldr/Glagolitic-Latin-ALALC.xml
   trunk/source/data/translit/crosswire/cldr/Glagolitic-Latin-ISO.xml
   trunk/source/data/translit/crosswire/cldr/Gothic-Latin-Basic.xml
   trunk/source/data/translit/crosswire/cldr/Gothic-Latin.xml
   trunk/source/data/translit/crosswire/cldr/Greek-Latin-ALALC.xml
   trunk/source/data/translit/crosswire/cldr/Greek-Latin-BGN.xml
   trunk/source/data/translit/crosswire/cldr/Greek-Latin-BGreek.xml
   trunk/source/data/translit/crosswire/cldr/Greek-Latin-Ballard.xml
   trunk/source/data/translit/crosswire/cldr/Greek-Latin-Beta.xml
   trunk/source/data/translit/crosswire/cldr/Greek-Latin-ISO.xml
   trunk/source/data/translit/crosswire/cldr/Greek-Latin-SBL.xml
   trunk/source/data/translit/crosswire/cldr/Greek-Latin-TC.xml
   trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-ALALC.xml
   trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-Beta.xml
   trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-SBL.xml
   trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-TC.xml
   trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-UNGEGN.xml
   trunk/source/data/translit/crosswire/cldr/Inuktitut-Latin.xml
   trunk/source/data/translit/crosswire/cldr/Kanji-Romaji.xml
   trunk/source/data/translit/crosswire/cldr/LinearB-Latin.xml
   trunk/source/data/translit/crosswire/cldr/Ogham-Latin.xml
   trunk/source/data/translit/crosswire/cldr/OldItalic-Latin.xml
   trunk/source/data/translit/crosswire/cldr/Phoenician-Latin-Beta.xml
   trunk/source/data/translit/crosswire/cldr/Phoenician-Latin.xml
   trunk/source/data/translit/crosswire/cldr/Runic-Latin.xml
   trunk/source/data/translit/crosswire/cldr/Syriac-Latin-Beta.xml
   trunk/source/data/translit/crosswire/cldr/Syriac-Latin-Hugoye.xml
   trunk/source/data/translit/crosswire/cldr/Syriac-Latin-TC.xml
   trunk/source/data/translit/crosswire/cldr/Thaana-Latin-ALALC.xml
   trunk/source/data/translit/crosswire/cldr/Thaana-Latin-BGN.xml
   trunk/source/data/translit/crosswire/cldr/Ugaritic-Latin-SBL.xml
Log:
updating CLDR XML-formatted transforms (mostly fixing comments, spaces)
added Any-Latin1 in CLDR format

Added: trunk/source/data/translit/crosswire/cldr/Any-Latin1.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Any-Latin1.xml	                        (rev 0)
+++ trunk/source/data/translit/crosswire/cldr/Any-Latin1.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
+<!--
+Copyright © 1991-2013 Unicode, Inc.
+CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
+For terms of use, see http://www.unicode.org/copyright.html
+-->
+<supplementalData>
+	<version number="$Revision$"/>
+	<generation date="$Date$"/>
+	<transforms>
+		<transform source="Any" target="Latin1" direction="both">
+			<comment># Any-Latin-1</comment>
+
+			<comment># NFKD then NFC; then NFD all non-Latin-1 codepoints</comment>
+			<tRule>:: NFKC ();</tRule>
+			<tRule>:: [^\u0000-\u00FF] NFD ();</tRule>
+
+			<comment># remove non-spacing marks</comment>
+			<tRule>[:Mn:]→;</tRule>
+
+			<comment># change characters outside of Latin-1 range to query</comment>
+			<tRule>[^\u0000-\u00FF]→'?';</tRule>
+		</transform>
+	</transforms>
+</supplementalData>


Property changes on: trunk/source/data/translit/crosswire/cldr/Any-Latin1.xml
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native

Modified: trunk/source/data/translit/crosswire/cldr/Arabic-Latin-Beta.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Arabic-Latin-Beta.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Arabic-Latin-Beta.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,13 +10,10 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Arabic" target="Latin" direction="both" variant="Beta" >
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Based on Beta code for CCAT/CATSS/TLG:</comment>
 			<comment># http://ccat.sas.upenn.edu/gopher/text/religion/biblical/0-betacode.txt</comment>
-			<comment>#</comment>
 			<comment># There is no actual Syriac Beta encoding, but this approximates such</comment>
 			<comment># an encoding on the basis of similarities to Hebrew.</comment>
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Arabic-Latin/Beta</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>$letter=[[:L:][\)\+\(\:\&amp;\$\#]];</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Armenian-Latin-ALALC.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Armenian-Latin-ALALC.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Armenian-Latin-ALALC.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Armenian" target="Latin" direction="both" variant="ALALC" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based ALA-LC Romanization from</comment>
 			<comment># http://lcweb.loc.gov/catdir/cpso/romanization/armenian.pdf</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Armenian-Latin/ALALC</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>$armenian = [[:ARMENIAN:] &amp; [:L:]];</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Armenian-Latin-BGN.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Armenian-Latin-BGN.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Armenian-Latin-BGN.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Armenian" target="Latin" direction="both" variant="BGN" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based BGN/PCGN 1981 from</comment>
 			<comment># http://ee.www.ee/transliteration/pdf/Armenian.pdf</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Armenian-Latin/BGN</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>$armenian = [[:ARMENIAN:] &amp; [:L:]];</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Armenian-Latin-ISO.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Armenian-Latin-ISO.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Armenian-Latin-ISO.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Armenian" target="Latin" direction="both" variant="ISO" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based ISO 9985:1996 from</comment>
 			<comment># http://ee.www.ee/transliteration/pdf/Armenian.pdf</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Armenian-Latin/ISO</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>$armenian = [[:ARMENIAN:] &amp; [:L:]];</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/CanadianAboriginal-Latin.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/CanadianAboriginal-Latin.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/CanadianAboriginal-Latin.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
 <supplementalData>
-	<version number="$Revision: $"/>
-	<generation date="$Date: $"/>
+	<version number="$Revision$"/>
+	<generation date="$Date$"/>
 	<transforms>
 		<transform source="CanadianAboriginal" target="Latin" direction="both">
 			<tRule>šwê ↔ ᔗ ;</tRule>


Property changes on: trunk/source/data/translit/crosswire/cldr/CanadianAboriginal-Latin.xml
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native

Modified: trunk/source/data/translit/crosswire/cldr/Cherokee-Latin.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Cherokee-Latin.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Cherokee-Latin.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,7 +10,6 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Cherokee" target="Latin" direction="both">
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Cherokee-Latin</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>Ꭰ↔a;</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Coptic-Latin-Beta.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Coptic-Latin-Beta.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Coptic-Latin-Beta.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Coptic" target="Latin" direction="both" variant="Beta" >
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Based on Beta code for CCAT/CATSS/TLG:</comment>
 			<comment># http://ccat.sas.upenn.edu/gopher/text/religion/biblical/0-betacode.txt</comment>
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Coptic-Latin/Beta</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<comment># Uppercase</comment>

Modified: trunk/source/data/translit/crosswire/cldr/Coptic-Latin-SBL.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Coptic-Latin-SBL.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Coptic-Latin-SBL.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Coptic" target="Latin" direction="both" variant="SBL" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based on SBL Coptic transliteration from</comment>
 			<comment># The SBL Handbook of Style p. 30</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Coptic-Latin/SBL</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>$macron = ̄;</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Coptic-Latin-TC.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Coptic-Latin-TC.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Coptic-Latin-TC.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Coptic" target="Latin" direction="both" variant="TC" >
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Based on TC Transliteration:</comment>
 			<comment># http://rosetta.reltech.org/TC/TC-translit.html</comment>
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Coptic-Latin/TC</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<comment># Uppercase</comment>

Modified: trunk/source/data/translit/crosswire/cldr/Cypriot-Latin.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Cypriot-Latin.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Cypriot-Latin.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,7 +10,6 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Cypriot" target="Latin" direction="both">
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Cypriot-Latin</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<comment># vocalization folding</comment>

Modified: trunk/source/data/translit/crosswire/cldr/Ethiopic-Latin-ALALC.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Ethiopic-Latin-ALALC.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Ethiopic-Latin-ALALC.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Ethiopic" target="Latin" direction="both" variant="ALALC" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based on ALA-LC Romanization from</comment>
 			<comment># http://lcweb.loc.gov/catdir/cpso/romanization/amharic.pdf</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Ethiopic-Latin/ALALC</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>$macron = ̄;</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Ethiopic-Latin-BGN.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Ethiopic-Latin-BGN.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Ethiopic-Latin-BGN.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Ethiopic" target="Latin" direction="both" variant="BGN" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based on BGN/PCGN 1967 from</comment>
 			<comment># http://www.eki.ee/wgrs/rom1_am.pdf</comment>
-			<comment>#-------------------------------------------------------------------</comment>
 			<comment># Ethiopic-Latin/BGN</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>[:L:]{አ→ʼa ;</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Ethiopic-Latin-SERA.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Ethiopic-Latin-SERA.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Ethiopic-Latin-SERA.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,9 +10,7 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Ethiopic" target="Latin" direction="both" variant="SERA" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based on SERA transliteration standard</comment>
-			<comment>#-------------------------------------------------------------------</comment>
 			<comment># Ethiopic-Latin/SERA</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>ሧ↔\`sWa;</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Ethiopic-Latin-UNGEGN.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Ethiopic-Latin-UNGEGN.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Ethiopic-Latin-UNGEGN.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Ethiopic" target="Latin" direction="both" variant="UNGEGN" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based on UNGEGN recommendations for Amharic/Ethiopic from</comment>
 			<comment># http://www.eki.ee/wgrs/rom1_am.pdf</comment>
-			<comment>#-------------------------------------------------------------------</comment>
 			<comment># Ethiopic-Latin/UNGEGN</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>$apos = ʼ;</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Georgian-Latin-ALALC.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Georgian-Latin-ALALC.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Georgian-Latin-ALALC.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Georgian" target="Latin" direction="both" variant="ALALC" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based on ALA-LC Romanization from</comment>
 			<comment># http://lcweb.loc.gov/catdir/cpso/romanization/georgian.pdf</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Georgian-Latin/ALALC</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<comment># uppercase digraphs</comment>

Modified: trunk/source/data/translit/crosswire/cldr/Georgian-Latin-BGN.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Georgian-Latin-BGN.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Georgian-Latin-BGN.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Georgian" target="Latin" direction="both" variant="BGN" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based on BGN/PCGN 1981 from</comment>
 			<comment># http://www.eki.ee/wgrs/rom2_ka.pdf</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Georgian-Latin/BGN</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<comment># titlecase digraphs</comment>

Modified: trunk/source/data/translit/crosswire/cldr/Georgian-Latin-ISO.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Georgian-Latin-ISO.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Georgian-Latin-ISO.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Georgian" target="Latin" direction="both" variant="ISO" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based on ISO 9984:1996 from</comment>
 			<comment># http://www.eki.ee/wgrs/rom2_ka.pdf</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Georgian-Latin/ISO</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<comment># uppercase digraphs</comment>

Modified: trunk/source/data/translit/crosswire/cldr/Glagolitic-Cyrillic.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Glagolitic-Cyrillic.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Glagolitic-Cyrillic.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,7 +10,6 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Glagolitic" target="Cyrillic" direction="both">
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Glagolitic-Cyrillic</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>Ⱏⰺ↔Ъі;</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Glagolitic-Latin-ALALC.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Glagolitic-Latin-ALALC.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Glagolitic-Latin-ALALC.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Glagolitic" target="Latin" direction="both" variant="ALALC" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based on transliteration presented in The World's Writing Systems</comment>
 			<comment># edited by Peter Daniels &amp; William Bright, p. 348</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Glagolitic-Latin/ALALC</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>Ⱖ}[:Ll:]↔Ię͡;</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Glagolitic-Latin-ISO.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Glagolitic-Latin-ISO.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Glagolitic-Latin-ISO.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Glagolitic" target="Latin" direction="both" variant="ISO" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based on transliteration presented in The World's Writing Systems</comment>
 			<comment># edited by Peter Daniels &amp; William Bright, p. 348</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Glagolitic-Latin/ISO</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>Ⱋ}[:Ll:]↔Št;</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Gothic-Latin-Basic.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Gothic-Latin-Basic.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Gothic-Latin-Basic.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,13 +10,10 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Gothic" target="Latin" direction="both" variant="Basic" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based on standard Gothic transliteration</comment>
 			<comment># see http://www.cs.tut.fi/~dla/gothic.html</comment>
 			<comment># or Wilhelm Streitberg's Gotisches Elementarbuch p. 41</comment>
-			<comment>#</comment>
 			<comment># In this version, thorn and the hv ligature are reduced to th and hv</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Gothic-Latin/Basic</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>:: Gotic-Latin ();</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Gothic-Latin.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Gothic-Latin.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Gothic-Latin.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,11 +10,9 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Gothic" target="Latin" direction="both">
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based on standard Gothic transliteration</comment>
 			<comment># see http://www.cs.tut.fi/~dla/gothic.html</comment>
 			<comment># or Wilhelm Streitberg's Gotisches Elementarbuch p. 41</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Gothic-Latin</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<comment># the hv ligature might not be ligatured</comment>

Modified: trunk/source/data/translit/crosswire/cldr/Greek-Latin-ALALC.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Greek-Latin-ALALC.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Greek-Latin-ALALC.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Greek" target="Latin" direction="both" variant="ALALC" >
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Based ALA-LC Romanization from</comment>
 			<comment># http://lcweb.loc.gov/catdir/cpso/romanization/greek.pdf</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Greek-Latin/ALALC</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>$postnasal = [ΓγΞξΧχΚκ];</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Greek-Latin-BGN.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Greek-Latin-BGN.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Greek-Latin-BGN.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Greek" target="Latin" direction="both" variant="BGN" >
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Based BGN/PCGN 1962 from</comment>
 			<comment># http://ee.www.ee/transliteration/pdf/Greek.pdf</comment>
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Greek-Latin/BGN</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>$postnasal = [ΓγΞξΧχΚκ];</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Greek-Latin-BGreek.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Greek-Latin-BGreek.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Greek-Latin-BGreek.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Greek" target="Latin" direction="both" variant="BGreek" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based on the B-Greek transliteration format:</comment>
 			<comment># http://www.ibiblio.org/bgreek/transliteration.txt</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Greek-Latin/BGreek</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>:: [:Greek:] upper();</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Greek-Latin-Ballard.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Greek-Latin-Ballard.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Greek-Latin-Ballard.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Greek" target="Latin" direction="both" variant="Ballard" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based on Peter Ballard's transliteration format:</comment>
 			<comment># http://www.peterballard.org/gnt/phonetic.htm</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Greek-Latin/Ballard</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>:: [:Greek:] upper();</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Greek-Latin-Beta.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Greek-Latin-Beta.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Greek-Latin-Beta.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Greek" target="Latin" direction="both" variant="Beta" >
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Based on Beta code for CCAT/CATSS/TLG:</comment>
 			<comment># http://ccat.sas.upenn.edu/gopher/text/religion/biblical/0-betacode.txt</comment>
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Greek-Latin/Beta</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>:: [:Greek:] upper();</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Greek-Latin-ISO.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Greek-Latin-ISO.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Greek-Latin-ISO.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Greek" target="Latin" direction="both" variant="ISO" >
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Based ISO 843:1997 from</comment>
 			<comment># http://ee.www.ee/transliteration/pdf/Greek.pdf</comment>
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Greek-Latin/ISO</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>$macron = ̄;</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Greek-Latin-SBL.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Greek-Latin-SBL.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Greek-Latin-SBL.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Greek" target="Latin" direction="both" variant="SBL" >
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Based on SBL Greek transliteration from</comment>
 			<comment># The SBL Handbook of Style p. 29</comment>
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Greek-Latin/SBL</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>$nasalGamma = [ΓΚΞΧγκξχ];</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Greek-Latin-TC.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Greek-Latin-TC.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Greek-Latin-TC.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Greek" target="Latin" direction="both" variant="TC" >
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Based on TC Transliteration:</comment>
 			<comment># http://rosetta.reltech.org/TC/TC-translit.html</comment>
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Greek-Latin/TC</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<comment># Uppercase</comment>

Modified: trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-ALALC.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-ALALC.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-ALALC.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,14 +10,11 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Hebrew" target="Latin" direction="both" variant="ALALC" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Copyright 2003-2009, CrossWire Bible Society (www.crosswire.org)</comment>
 			<comment># All rights reserved.  Usage permitted according to the MIT/X11</comment>
 			<comment># License: http://www.opensource.org/licenses/mit-license.php</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based on ALA-LC Romanization from</comment>
 			<comment># http://lcweb.loc.gov/catdir/cpso/romanization/hebrew.pdf</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Hebrew_Latin/ALALC</comment>
 			<tRule>:: [[:Hebrew:] [:^ccc=0:] [ְ-ֹֻ-ּׁ-ׂℵ-ℸֿ̄] - [ֽ]] ;</tRule>
 			<tRule>:: NFKD (NFC);</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-Beta.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-Beta.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-Beta.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Hebrew" target="Latin" direction="both" variant="Beta" >
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Based on Beta code for CCAT/Michigan-Claremont:</comment>
 			<comment># http://ccat.sas.upenn.edu/gopher/text/religion/biblical/0-betacode.txt</comment>
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Hebrew-Latin/Beta</comment>
 			<tRule>:: NFD (); #Don't put into NFC when Hebrew is the destination</tRule>
 			<tRule>$letter=[[:L:][\)\+\(\`\:\&amp;\$\#]];</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-SBL.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-SBL.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-SBL.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,13 +10,10 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Hebrew" target="Latin" direction="both" variant="SBL" >
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Based on SBL Hebrew transliteration (Academic Style) from</comment>
 			<comment># The SBL Handbook of Style, p. 26</comment>
-			<comment>#</comment>
 			<comment># Academic style is chosen because it is the more commonly used form</comment>
 			<comment># in publications.</comment>
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Hebrew-Latin/SBL</comment>
 			<tRule>:: NFD (); #Don't put into NFC when Hebrew is the destination</tRule>
 			<tRule>$circ = ̂;</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-TC.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-TC.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-TC.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Hebrew" target="Latin" direction="both" variant="TC" >
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Based on TC Transliteration:</comment>
 			<comment># http://rosetta.reltech.org/TC/TC-translit.html</comment>
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Hebrew-Latin/TC</comment>
 			<tRule>:: NFD (); #Don't put into NFC when Hebrew is the destination</tRule>
 			<tRule>$letter=[[:L:] [\)+\(\:\&amp;\$\#]];</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-UNGEGN.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-UNGEGN.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Hebrew-Latin-UNGEGN.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,14 +10,11 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Hebrew" target="Latin" direction="both" variant="UNGEGN" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Copyright 2003-2009, CrossWire Bible Society (www.crosswire.org)</comment>
 			<comment># All rights reserved.  Usage permitted according to the MIT/X11</comment>
 			<comment># License: http://www.opensource.org/licenses/mit-license.php</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based on UNGEGN recommendations for Hebrew from</comment>
 			<comment># http://www.eki.ee/wgrs/rom1_he.pdf</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Hebrew_Latin/UNGEGN</comment>
 			<tRule>:: [[:Hebrew:] [:^ccc=0:] [ְ-ֹֻ-ּׁ-ׂℵ-ℸֿ̄] - [ֽ]] ;</tRule>
 			<tRule>:: nfkd (nfc);</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Inuktitut-Latin.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Inuktitut-Latin.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Inuktitut-Latin.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
 <supplementalData>
-	<version number="$Revision: $"/>
-	<generation date="$Date: $"/>
+	<version number="$Revision$"/>
+	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Inuktitut" target="Latin" direction="both">
 			<comment># Based on the standardized Inuit Cultural Institute mapping of</comment>
@@ -16,6 +16,7 @@
 			<comment># specifically noted to be for Inuktitut or one of its dialects.</comment>
 			<comment># Latin-Inuktitut/ICI</comment>
 			<tRule>:: [A-Z] Lower();</tRule>
+
 			<comment># completeness mappings</comment>
 			<tRule>b → |p ;</tRule>
 			<tRule>d → |t ;</tRule>
@@ -27,6 +28,7 @@
 			<tRule>x → |ks ;</tRule>
 			<tRule>y → |j ;</tRule>
 			<tRule>z → |s ;</tRule>
+
 			<comment># nng- series</comment>
 			<tRule>nngii ← ᙲ ;</tRule>
 			<tRule>nngi ← ᙱ ;</tRule>
@@ -35,6 +37,7 @@
 			<tRule>nngaa ← ᙶ ;</tRule>
 			<tRule>nnga ← ᙵ ;</tRule>
 			<tRule>nng ← ᖖ ;</tRule>
+
 			<comment># ng- series</comment>
 			<tRule>ngaai ← ᖎ ;</tRule>
 			<tRule>ngai ← ᙰ ;</tRule>
@@ -45,6 +48,7 @@
 			<tRule>ngaa ↔ ᖔ ;</tRule>
 			<tRule>nga ↔ ᖓ ;</tRule>
 			<tRule>ng ↔ ᖕ ;</tRule>
+
 			<comment># p- series</comment>
 			<tRule>paai ← ᐰ ;</tRule>
 			<tRule>pai ← ᐯ ;</tRule>
@@ -55,6 +59,7 @@
 			<tRule>paa ↔ ᐹ ;</tRule>
 			<tRule>pa ↔ ᐸ ;</tRule>
 			<tRule>p ↔ ᑉ ;</tRule>
+
 			<comment># t- series</comment>
 			<tRule>taai ← ᑍ ;</tRule>
 			<tRule>tai ← ᑌ ;</tRule>
@@ -65,6 +70,7 @@
 			<tRule>taa ↔ ᑖ ;</tRule>
 			<tRule>ta ↔ ᑕ ;</tRule>
 			<tRule>t ↔ ᑦ ;</tRule>
+
 			<comment># k- series</comment>
 			<tRule>kaai ← ᑬ ;</tRule>
 			<tRule>kai ← ᑫ ;</tRule>
@@ -75,6 +81,7 @@
 			<tRule>kaa ↔ ᑳ ;</tRule>
 			<tRule>ka ↔ ᑲ ;</tRule>
 			<tRule>k ↔ ᒃ ;</tRule>
+
 			<comment># g- series</comment>
 			<tRule>gaai ← ᒊ ;</tRule>
 			<tRule>gai ← ᒉ ;</tRule>
@@ -85,6 +92,7 @@
 			<tRule>gaa ↔ ᒑ ;</tRule>
 			<tRule>ga ↔ ᒐ ;</tRule>
 			<tRule>g ↔ ᒡ ;</tRule>
+
 			<comment># m- series</comment>
 			<tRule>maai ← ᒤ ;</tRule>
 			<tRule>mai ← ᒣ ;</tRule>
@@ -95,6 +103,7 @@
 			<tRule>maa ↔ ᒫ ;</tRule>
 			<tRule>ma ↔ ᒪ ;</tRule>
 			<tRule>m ↔ ᒻ ;</tRule>
+
 			<comment># n- series</comment>
 			<tRule>naai ← ᓁ ;</tRule>
 			<tRule>nai ← ᓀ ;</tRule>
@@ -105,6 +114,7 @@
 			<tRule>naa ↔ ᓈ ;</tRule>
 			<tRule>na ↔ ᓇ ;</tRule>
 			<tRule>n ↔ ᓐ ;</tRule>
+
 			<comment># s- series</comment>
 			<tRule>saai ← ᓮ ;</tRule>
 			<tRule>sai ← ᓭ ;</tRule>
@@ -115,6 +125,7 @@
 			<tRule>saa ↔ ᓵ ;</tRule>
 			<tRule>sa ↔ ᓴ ;</tRule>
 			<tRule>s ↔ ᔅ ;</tRule>
+
 			<comment># l- series</comment>
 			<tRule>laai ← ᓔ ;</tRule>
 			<tRule>lai ← ᓓ ;</tRule>
@@ -125,6 +136,7 @@
 			<tRule>laa ↔ ᓛ ;</tRule>
 			<tRule>la ↔ ᓚ ;</tRule>
 			<tRule>l ↔ ᓪ ;</tRule>
+
 			<comment># j- series</comment>
 			<tRule>jaai ← ᔧ ;</tRule>
 			<tRule>jai ← ᔦ ;</tRule>
@@ -135,6 +147,7 @@
 			<tRule>jaa ↔ ᔮ ;</tRule>
 			<tRule>ja ↔ ᔭ ;</tRule>
 			<tRule>j ↔ ᔾ ;</tRule>
+
 			<comment># v- series</comment>
 			<tRule>vaai ← ᕔ ;</tRule>
 			<tRule>vai ← ᕓ ;</tRule>
@@ -145,6 +158,7 @@
 			<tRule>vaa ↔ ᕚ ;</tRule>
 			<tRule>va ↔ ᕙ ;</tRule>
 			<tRule>v ↔ ᕝ ;</tRule>
+
 			<comment># r- series</comment>
 			<tRule>raai ← ᕅ ;</tRule>
 			<tRule>rai ← ᕂ ;</tRule>
@@ -155,6 +169,7 @@
 			<tRule>raa ↔ ᕌ ;</tRule>
 			<tRule>ra ↔ ᕋ ;</tRule>
 			<tRule>r ↔ ᕐ ;</tRule>
+
 			<comment># q- series</comment>
 			<tRule>qaai ← ᕾ ;</tRule>
 			<tRule>qai ← ᙯ ;</tRule>
@@ -165,6 +180,7 @@
 			<tRule>qaa ↔ ᖄ ;</tRule>
 			<tRule>qa ↔ ᖃ ;</tRule>
 			<tRule>q ↔ ᖅ ;</tRule>
+
 			<comment># ł- series</comment>
 			<tRule>łii ↔ ᖡ ;</tRule>
 			<tRule>łi ↔ ᖠ ;</tRule>
@@ -173,6 +189,7 @@
 			<tRule>łaa ↔ ᖥ ;</tRule>
 			<tRule>ła ↔ ᖤ ;</tRule>
 			<tRule>ł ↔ ᖦ ;</tRule>
+
 			<comment># &amp;- (alternate ł-) series</comment>
 			<tRule>'&amp;ii' → ᖡ ;</tRule>
 			<tRule>'&amp;i' → ᖠ ;</tRule>
@@ -181,6 +198,7 @@
 			<tRule>'&amp;aa' → ᖥ ;</tRule>
 			<tRule>'&amp;a' → ᖤ ;</tRule>
 			<tRule>'&amp;' → ᖦ ;</tRule>
+
 			<comment># Nunavik h- series</comment>
 			<tRule>hai ← ᕴ ;</tRule>
 			<tRule>hii ← ᕶ ;</tRule>
@@ -190,11 +208,14 @@
 			<tRule>haa ← ᕺ ;</tRule>
 			<tRule>ha ← ᕹ ;</tRule>
 			<tRule>h ← ᕻ ;</tRule>
+
 			<comment># Nunavut h</comment>
 			<tRule>h ← ᕼ ;</tRule>
 			<tRule>h ← H;</tRule>
+
 			<comment># Aivilik b</comment>
 			<tRule>b ← ᖯ;</tRule>
+
 			<comment># vocalic series</comment>
 			<tRule>aai ← ᐂ ;</tRule>
 			<tRule>ai ← ᐁ ;</tRule>
@@ -206,6 +227,7 @@
 			<tRule>a ↔ ᐊ ;</tRule>
 			<tRule>h ↔ ᐦ ;</tRule>
 			<tRule>\' ↔ ᐟ ;</tRule>
+
 			<comment># punctuation</comment>
 			<tRule>'-' ← ᐀ ;</tRule>
 			<tRule>'.' ← ᙮ ;</tRule>


Property changes on: trunk/source/data/translit/crosswire/cldr/Inuktitut-Latin.xml
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native

Modified: trunk/source/data/translit/crosswire/cldr/Kanji-Romaji.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Kanji-Romaji.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Kanji-Romaji.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Kanji" target="Romaji" direction="both">
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment>#  Date        Name        Description</comment>
 			<comment>#  02/09/00    aliu        Creation.</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Kanji-Romaji</comment>
 			<tRule>丁→Tei;</tRule>
 			<tRule>七→Shichi;</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/LinearB-Latin.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/LinearB-Latin.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/LinearB-Latin.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="LinearB" target="Latin" direction="both">
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based on transliteration presented in The World's Writing Systems</comment>
 			<comment># edited by Peter Daniels &amp; William Bright, p. 126</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Linear B-Latin</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>𐁃↔dwe;</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Ogham-Latin.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Ogham-Latin.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Ogham-Latin.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,7 +10,6 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Ogham" target="Latin" direction="both">
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Ogham-Latin</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>|ks←x;</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/OldItalic-Latin.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/OldItalic-Latin.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/OldItalic-Latin.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,7 +10,6 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="OldItalic" target="Latin" direction="both">
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># OldItalic-Latin</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<comment># completeness mappings from Latin</comment>

Modified: trunk/source/data/translit/crosswire/cldr/Phoenician-Latin-Beta.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Phoenician-Latin-Beta.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Phoenician-Latin-Beta.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,11 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Phoenician" target="Latin" direction="both" variant="Beta" >
-			<comment>#---------------------------------------------------------------------</comment>
+			<comment># Copyright 2009, CrossWire Bible Society (www.crosswire.org)</comment>
+			<comment># All rights reserved.  Usage permitted according to the MIT/X11</comment>
+			<comment># License: http://www.opensource.org/licenses/mit-license.php</comment>
 			<comment># Based on Beta code for CCAT/Michigan-Claremont:</comment>
 			<comment># http://ccat.sas.upenn.edu/gopher/text/religion/biblical/0-betacode.txt</comment>
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Phoenician-Latin/Beta</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>$letter=[[:L:][\)\+\(\`\:\&amp;\$\#]];</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Phoenician-Latin.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Phoenician-Latin.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Phoenician-Latin.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,14 +10,19 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Phoenician" target="Latin" direction="both">
-			<comment>#---------------------------------------------------------------------</comment>
+			<comment># Copyright 2009, CrossWire Bible Society (www.crosswire.org)</comment>
+			<comment># All rights reserved.  Usage permitted according to the MIT/X11</comment>
+			<comment># License: http://www.opensource.org/licenses/mit-license.php</comment>
 			<comment># Phoenician-Latin</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>$letter=[[:L:][\)\+\(\`\:\&amp;\$\#]];</tRule>
+
 			<tRule>𐤇↔ḥ;</tRule>
 			<tRule>𐤈↔ṭ;</tRule>
+
 			<tRule>𐤑↔ṣ;</tRule>
 			<tRule>𐤔←š;</tRule>
+
 			<tRule>𐤀↔ʾ;</tRule>
 			<tRule>𐤁↔b;</tRule>
 			<tRule>𐤂↔g;</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Runic-Latin.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Runic-Latin.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Runic-Latin.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,7 +10,6 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Runic" target="Latin" direction="both">
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Runic-Latin</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>ᛜ↔ng;</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Syriac-Latin-Beta.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Syriac-Latin-Beta.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Syriac-Latin-Beta.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,13 +10,10 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Syriac" target="Latin" direction="both" variant="Beta" >
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Based on Beta code for CCAT/CATSS/TLG:</comment>
 			<comment># http://ccat.sas.upenn.edu/gopher/text/religion/biblical/0-betacode.txt</comment>
-			<comment>#</comment>
 			<comment># There is no actual Syriac Beta encoding, but this approximates such</comment>
 			<comment># an encoding on the basis of similarities to Hebrew.</comment>
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Syriac-Latin/Beta</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>$letter=[[:L:][\)\+\(\:\&amp;\$\#]];</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Syriac-Latin-Hugoye.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Syriac-Latin-Hugoye.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Syriac-Latin-Hugoye.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Syriac" target="Latin" direction="both" variant="Hugoye" >
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Based on transliteration system of Hugoye: Journal of Syriac Studies</comment>
 			<comment># http://syrcom.cua.edu/Hugoye/Translit.html</comment>
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Syriac-Latin/Hugoye</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>$umacron = ̱;</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Syriac-Latin-TC.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Syriac-Latin-TC.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Syriac-Latin-TC.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Syriac" target="Latin" direction="both" variant="TC" >
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Based on TC Transliteration:</comment>
 			<comment># http://rosetta.reltech.org/TC/TC-translit.html</comment>
-			<comment>#---------------------------------------------------------------------</comment>
 			<comment># Syriac-Latin/TC</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<tRule>$letter=[[:L:] [\)\+\(\:\&amp;\$\#]];</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Thaana-Latin-ALALC.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Thaana-Latin-ALALC.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Thaana-Latin-ALALC.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,14 +10,16 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Thaana" target="Latin" direction="both" variant="ALALC" >
-			<comment>#--------------------------------------------------------------------</comment>
+			<comment># Copyright 2001-2009, CrossWire Bible Society (www.crosswire.org)</comment>
+			<comment># All rights reserved.  Usage permitted according to the MIT/X11</comment>
+			<comment># License: http://www.opensource.org/licenses/mit-license.php</comment>
 			<comment># Based ALA-LC Romanization from</comment>
 			<comment># http://lcweb.loc.gov/catdir/cpso/romanization/divehi.pdf</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># This transform definitely needs more attention</comment>
 			<comment># Thaana-Latin/ALALC</comment>
 			<tRule>:: NFD (NFC);</tRule>
-			<tRule>$consonants = [ހ-ޥ];</tRule>
+			<tRule>$consonants = [\u0780-\u07A5];</tRule>
+
 			<tRule>ށް}[:^L:]→ḫ;</tRule>
 			<tRule>ށް}[$consonants]→ḫ;</tRule>
 			<tRule>ތްތ↔t̤t;</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Thaana-Latin-BGN.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Thaana-Latin-BGN.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Thaana-Latin-BGN.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,10 +10,8 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Thaana" target="Latin" direction="both" variant="BGN" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based BGN/PCGN 1988 from</comment>
 			<comment># http://www.eki.ee/wgrs/rom2_dv.pdf</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># This transform definitely needs more attention</comment>
 			<comment># Thaana-Latin/BGN</comment>
 			<tRule>:: NFD (NFC);</tRule>

Modified: trunk/source/data/translit/crosswire/cldr/Ugaritic-Latin-SBL.xml
===================================================================
--- trunk/source/data/translit/crosswire/cldr/Ugaritic-Latin-SBL.xml	2013-11-10 10:39:56 UTC (rev 242)
+++ trunk/source/data/translit/crosswire/cldr/Ugaritic-Latin-SBL.xml	2013-11-10 10:49:34 UTC (rev 243)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
 <!--
-Copyright © 2013 Unicode, Inc.
+Copyright © 1991-2013 Unicode, Inc.
 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 For terms of use, see http://www.unicode.org/copyright.html
 -->
@@ -10,12 +10,10 @@
 	<generation date="$Date$"/>
 	<transforms>
 		<transform source="Ugaritic" target="Latin" direction="both" variant="SBL" >
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Based on SBL Ugaritic transliteration from</comment>
 			<comment># the SBL Handbook of Style p.31, itself based on</comment>
 			<comment># Gordon, Cyrus H. 1998. Ugaritic Textbook. pp 13-15:</comment>
 			<comment># http://books.google.com/books?id=ShcFfQZrEzAC</comment>
-			<comment>#--------------------------------------------------------------------</comment>
 			<comment># Ugaritic-Latin/SBL</comment>
 			<tRule>:: NFD (NFC);</tRule>
 			<comment># completeness</comment>




More information about the sword-cvs mailing list