K 10 svn:author V 3 kan K 8 svn:date V 27 2015-06-13T15:14:39.712076Z K 7 svn:log V 399 Unbreak libxo's handling of characters not representable in current locale The xo_format_string_direct function loops forever never advancing the processed string pointer when it encounters a character that makes mbrtowc fail. Make it emit '?' character instead, as it seems this is what the code intent was, sans bugs. Differential Revision: https://reviews.freebsd.org/D2802 Reviewed by: marcel END