From: adam Date: Wed, 7 Nov 2012 15:59:28 +0000 (+0700) Subject: #3 X-Git-Tag: v1.2.12~634^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4fcd72c645ee82a01fc5b3af936695d15c5abf0f;p=platform%2Fupstream%2Fejdb.git #3 --- diff --git a/tcejdb/myconf.h b/tcejdb/myconf.h index 807829f..f8309d0 100644 --- a/tcejdb/myconf.h +++ b/tcejdb/myconf.h @@ -569,6 +569,14 @@ void *_tc_recdecode(const void *ptr, int size, int *sp, void *op); TC_rv = strcmp(TC_s1, TC_s2); +#ifdef _UNICODE + extern int utf8lcstr(const char *szSrc, int iSrcLen, char **szDst, int *iDstLen); +#define TOLOWERSTR(TC_src, TC_sz, TC_outp, TC_outsz) \ + tf8lcstr((TC_src), (TC_sz), (TC_outp), (TC_outsz)) +#else + //TODO +#endif + #endif // duplication check diff --git a/tcejdb/nbproject/configurations.xml b/tcejdb/nbproject/configurations.xml index 9e7f7c9..177218d 100644 --- a/tcejdb/nbproject/configurations.xml +++ b/tcejdb/nbproject/configurations.xml @@ -2,6 +2,11 @@ + + output.0 + requests + traces.0 + bdbtest.c cdbtest.c @@ -33,6 +38,9 @@ bson.c bson.h + chacu.h + chartables.c + chartables.h ejdb.c ejdb.h ejdb_private.h @@ -44,6 +52,8 @@ myconf.c myconf.h numbers.c + stringutils.c + stringutils.h tcadb.c tcadb.h tcamgr.c @@ -77,6 +87,8 @@ tcutil.h timsort-impl.h timsort.c + translators.c + translators.h _TC_LIBDIR="/usr/local/lib" _TC_LIBEXECDIR="/usr/local/libexec" _TC_PREFIX="/usr/local" + _UNICODE __EXTENSIONS__