Removing UTF8 debug.

This commit is contained in:
Martin Dvorak 2014-09-11 18:29:38 +02:00
parent 51672abd4a
commit c7aa0a2ee3

View file

@ -107,7 +107,6 @@
#define LOGCURSOR(Y)
#endif
#define DEBUG_UTF8
#ifdef DEBUG_UTF8
#define LOGUTF8(Y,P) mvprintw(Y, 0, "strlen() %zd, mbstowcs() %zd, hstr_strlen() %d",strlen(P),mbstowcs(NULL,P,0),hstr_strlen(P)); clrtoeol()
#else