[sword-svn] r2398 - trunk/utilities

dmsmith at crosswire.org dmsmith at crosswire.org
Sat May 9 16:04:00 MST 2009


Author: dmsmith
Date: 2009-05-09 16:03:59 -0700 (Sat, 09 May 2009)
New Revision: 2398

Modified:
   trunk/utilities/osis2mod.cpp
Log:
osis2mod: fix a diagnostic


Modified: trunk/utilities/osis2mod.cpp
===================================================================
--- trunk/utilities/osis2mod.cpp	2009-05-09 20:32:04 UTC (rev 2397)
+++ trunk/utilities/osis2mod.cpp	2009-05-09 23:03:59 UTC (rev 2398)
@@ -1378,7 +1378,7 @@
 #ifndef _ICU_
 	if (normalize) {
 		normalize = false;
-		cout << "WARNING(UTF8): " << program << " is not compiled with support for ICU. Ignoring -n flag." << endl;
+		cout << "WARNING(UTF8): " << program << " is not compiled with support for ICU. Assuming -N." << endl;
 	}
 #endif
 




More information about the sword-cvs mailing list