[sword-cvs] sword/src/mgr stringmgr.cpp,1.7,1.8

sword at www.crosswire.org sword at www.crosswire.org
Tue Jul 20 14:14:16 MST 2004


Committed by: joachim

Update of /cvs/core/sword/src/mgr
In directory www:/tmp/cvs-serv15778/src/mgr

Modified Files:
	stringmgr.cpp 
Log Message:
disabled ICUStringMgr, because it has to work like before

Index: stringmgr.cpp
===================================================================
RCS file: /cvs/core/sword/src/mgr/stringmgr.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- stringmgr.cpp	20 Jul 2004 12:53:36 -0000	1.7
+++ stringmgr.cpp	20 Jul 2004 21:14:14 -0000	1.8
@@ -97,13 +97,13 @@
 */
 StringMgr* StringMgr::getSystemStringMgr() {
 	if (!m_systemStringMgr) {
-#ifndef _ICU_
+/*#ifndef _ICU_*/
 		m_systemStringMgr = new StringMgr();
- 		SWLog::getSystemLog()->logInformation("created default StringMgr");
-#else
+//  		SWLog::getSystemLog()->logInformation("created default StringMgr");
+/*#else
 		m_systemStringMgr = new ICUStringMgr();
  		SWLog::getSystemLog()->logInformation("created default IcuStringMgr");
-#endif	
+#endif	*/
 	}
 	
 	return m_systemStringMgr;
@@ -131,8 +131,6 @@
 * @param The text encoded in latin1 which should be turned into an upper case string
 */	
 char* StringMgr::upperLatin1(char* buf) {
-	SWLog::getSystemLog()->logInformation("buf: %s", buf);
-	
 	if (!buf)
 		return 0;
 		



More information about the sword-cvs mailing list