[sword-svn] r511 - trunk/modules/conf

refdoc at crosswire.org refdoc at crosswire.org
Tue Feb 21 02:20:40 MST 2017


Author: refdoc
Date: 2017-02-21 02:20:39 -0700 (Tue, 21 Feb 2017)
New Revision: 511

Modified:
   trunk/modules/conf/confmaker.pl
Log:
commented out search for Greek vowels until libsword filter is fixed


Modified: trunk/modules/conf/confmaker.pl
===================================================================
--- trunk/modules/conf/confmaker.pl	2016-01-04 01:10:20 UTC (rev 510)
+++ trunk/modules/conf/confmaker.pl	2017-02-21 09:20:39 UTC (rev 511)
@@ -99,7 +99,7 @@
 $manager->setGlobalOption("Hebrew Vowel Points", "Off");
 $manager->setGlobalOption("Hebrew Cantillation", "Off");
 $manager->setGlobalOption("Arabic Vowel Points", "Off");
-$manager->setGlobalOption("Greek Accents", "Off");
+#$manager->setGlobalOption("Greek Accents", "Off");
 
 my $hs = HTML::Strip->new();
 my $doc_text = new Sword::SWBuf($hs->parse($doc->toString()));
@@ -163,7 +163,7 @@
 my %diacritics = ( 'Hebrew Vowel Points' => "UTF8HebrewPoints",
                    'Arabic Vowel Points' => 'UTF8ArabicPoints',
                    'Hebrew Cantillation' => 'UTF8Cantillation',
-                   'Greek Accents' 	 => 'UTF8GreekAccents',
+#                   'Greek Accents' 	 => 'UTF8GreekAccents',
                  );
 
             




More information about the sword-cvs mailing list