[sword-svn] r2674 - trunk/src/modules/filters

chrislit at crosswire.org chrislit at crosswire.org
Fri Dec 16 00:18:00 MST 2011


Author: chrislit
Date: 2011-12-16 00:17:59 -0700 (Fri, 16 Dec 2011)
New Revision: 2674

Modified:
   trunk/src/modules/filters/utf8hebrewpoints.cpp
Log:
fixed incomplete comment

Modified: trunk/src/modules/filters/utf8hebrewpoints.cpp
===================================================================
--- trunk/src/modules/filters/utf8hebrewpoints.cpp	2011-12-07 06:46:03 UTC (rev 2673)
+++ trunk/src/modules/filters/utf8hebrewpoints.cpp	2011-12-16 07:17:59 UTC (rev 2674)
@@ -4,7 +4,7 @@
  *
  *
  *
- * Copyright 2009 CrossWire Bible Society (http://www.crosswire.org)
+ * Copyright 2011 CrossWire Bible Society (http://www.crosswire.org)
  *	CrossWire Bible Society
  *	P. O. Box 2528
  *	Tempe, AZ  85280-2528
@@ -41,7 +41,7 @@
 
 char UTF8HebrewPoints::processText(SWBuf &text, const SWKey *key, const SWModule *module) {
 	if (!option) {
-		//The UTF-8 range 0xD6 0xB0 to 0xD6 0xBF excluding 0xD6 0x consist of Hebrew cantillation marks so block those out.
+		//The UTF-8 range 0xD6 0xB0 to 0xD6 0xBF excluding 0xD6 0xBE consist of Hebrew cantillation marks so block those out.
 		SWBuf orig = text;
 		const unsigned char* from = (unsigned char*)orig.c_str();
 		for (text = ""; *from; from++) {




More information about the sword-cvs mailing list