The string is either utf8 encoded, or it is in the code page specified by the containing mapi object. More...
#include <libpst/libpst.h>
Data Fields | |
int | is_utf8 |
char * | str |
The string is either utf8 encoded, or it is in the code page specified by the containing mapi object.
It can be forced into utf8 by calling pst_convert_utf8() or pst_convert_utf8_null().
Definition at line 137 of file libpst.h.
char* pst_string::str |