| File | Lines added | Lines deleted |
|---|---|---|
| src/hstr.c | 0 | 1 |
| File src/hstr.c changed (mode: 100644) (index a89afe0..63bef05) | |||
| 107 | 107 | #define LOGCURSOR(Y) | #define LOGCURSOR(Y) |
| 108 | 108 | #endif | #endif |
| 109 | 109 | ||
| 110 | #define DEBUG_UTF8 | ||
| 111 | 110 | #ifdef DEBUG_UTF8 | #ifdef DEBUG_UTF8 |
| 112 | 111 | #define LOGUTF8(Y,P) mvprintw(Y, 0, "strlen() %zd, mbstowcs() %zd, hstr_strlen() %d",strlen(P),mbstowcs(NULL,P,0),hstr_strlen(P)); clrtoeol() | #define LOGUTF8(Y,P) mvprintw(Y, 0, "strlen() %zd, mbstowcs() %zd, hstr_strlen() %d",strlen(P),mbstowcs(NULL,P,0),hstr_strlen(P)); clrtoeol() |
| 113 | 112 | #else | #else |