https://issues.apache.org/bugzilla/show_bug.cgi?id=54177
Christopher Schultz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Christopher Schultz <[email protected]> --- Yuck. Looks like static int status_strftime(time_t clock, int mime, char *buf_time, char *buf_tz, jk_logger_t *l) needs to be static int status_strftime(time_t clock, int mime, char *buf_time, wchar_t *buf_tz, jk_logger_t *l) ...and associated ripple effects. Any other cases where non-US-ASCII characters are used in jk-status? Wide characters are such a pain in C... -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
