[sword-devel] ICU in CVS
Joachim Ansorg
sword-devel@crosswire.org
Sun, 14 Jul 2002 16:56:38 +0200
I found the bug:
#ifdef ICU
#include <utf8transliterator.h>
bool SWMgr::isICU = true;
#else //<------- this was else !!!
bool SWMgr::isICU = false;
#endif
I committed the fix.
Joachim
> I'm trying to use ICU in BibleTime, but compiling this test program gives
> > me undefined refernces to SWMgr::isICU.
>
> Don't forget to "make install", if that should be the problem.
> BT (which utilizes isICU) compiles and runs fine here. Hope I understood
> the problem.
>
> Martin