The string is either utf8 encoded, or it is in the code page specified by the containing mapi object. More...
#include <src/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.
Definition at line 140 of file libpst.h.
Referenced by convert_8bit(), main(), process(), pst_convert_utf8(), pst_process(), write_body_part(), and write_normal_email().
char* pst_string::str |
Definition at line 141 of file libpst.h.
Referenced by acceptable_ext(), build_cn(), convert_8bit(), create_enter_dir(), main(), print_ldif_address(), print_ldif_dn(), print_ldif_multi(), print_ldif_single(), print_ldif_two(), process(), pst_convert_utf8(), pst_convert_utf8_null(), pst_default_charset(), pst_process(), pst_rfc2047(), pst_rfc2231(), strin0_property(), string_property(), write_appointment(), write_body_part(), write_embedded_message(), write_inline_attachment(), write_journal(), write_msg_email(), write_normal_email(), write_schedule_part_data(), write_separate_attachment(), and write_vcard().