[sword-svn] r330 - trunk/modules/perlconverters

refdoc at crosswire.org refdoc at crosswire.org
Thu Jun 30 00:30:07 MST 2011


Author: refdoc
Date: 2011-06-30 00:30:07 -0700 (Thu, 30 Jun 2011)
New Revision: 330

Modified:
   trunk/modules/perlconverters/usfm2osis.pl
Log:
There is a typo in the OSIS handbook, Appendix F, re mapping of \dc. The relevant attribute is called 'editions' rather than 'edition'


Modified: trunk/modules/perlconverters/usfm2osis.pl
===================================================================
--- trunk/modules/perlconverters/usfm2osis.pl	2011-06-14 21:50:08 UTC (rev 329)
+++ trunk/modules/perlconverters/usfm2osis.pl	2011-06-30 07:30:07 UTC (rev 330)
@@ -892,7 +892,7 @@
 	#### Markers Not Yet Supported: Special Text:  \k...\k*, \lit, \ord...\ord*, \sig...\sig*, \sls...\sls*, \wj...\wj*; Character Styling: \em...\em*,  \bdit...\bdit*, \no...\no*; Spacing and Breaks: !$, //; Special Features: \fig...\fig*, \ndx...\ndx*, \pro...\pro*, \w...\w*, \wg...\wg*, \wh...\wh*
 
 	# \dc...\dc*, inserted deuterocanonical text
-	$line =~ s/\\dc\b\s*(.*?)\\dc\*/<transChange type=\"added\" edition=\"dc\">$1<\/transChange>/g;
+	$line =~ s/\\dc\b\s*(.*?)\\dc\*/<transChange type=\"added\" editions=\"dc\">$1<\/transChange>/g;
 
 	# \it...\it*, italic text
 	$line =~ s/\\it\b\s*(.*?)\\it\*/<hi type=\"italic\">$1<\/hi>/g;




More information about the sword-cvs mailing list