https://issues.apache.org/bugzilla/show_bug.cgi?id=54177

Christopher Schultz <ch...@christopherschultz.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> ---
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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to