[sword-svn] r2978 - trunk/utilities
scribe at crosswire.org
scribe at crosswire.org
Tue Sep 10 07:39:31 MST 2013
Author: scribe
Date: 2013-09-10 07:39:31 -0700 (Tue, 10 Sep 2013)
New Revision: 2978
Modified:
trunk/utilities/tei2mod.cpp
Log:
wrapping in check for ICU
Modified: trunk/utilities/tei2mod.cpp
===================================================================
--- trunk/utilities/tei2mod.cpp 2013-09-10 14:34:41 UTC (rev 2977)
+++ trunk/utilities/tei2mod.cpp 2013-09-10 14:39:31 UTC (rev 2978)
@@ -358,8 +358,10 @@
}
int main(int argc, char **argv) {
+#ifdef _ICU_
UTF8NFC normalizr;
normalizer = &normalizr;
+#endif
SWBuf program = argv[0];
fprintf(stderr, "You are running %s: $Rev: 2138 $\n", argv[0]);
More information about the sword-cvs
mailing list