For Unix, the internal UTF-8 representation is kept and a normal printf is performed. For Windows, the UTF-8 representation is first converted to UTF-16 and then printed
#include "tsk_base_i.h"
#include <stdarg.h>
Functions | |
| void | tsk_fprintf (FILE *fd, const char *msg,...) |
| void | tsk_printf (const char *msg,...) |
1.5.1