Main Page | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

pst_string Struct Reference

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
 
  • 1 true
  • 0 false

char * str


Detailed Description

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 116 of file libpst.h.


Field Documentation

int pst_string::is_utf8
 

  • 1 true
  • 0 false

Definition at line 119 of file libpst.h.

Referenced by main(), pst_convert_utf8(), pst_process(), write_body_part(), and write_normal_email().

char* pst_string::str
 

Definition at line 120 of file libpst.h.

Referenced by build_cn(), create_enter_dir(), main(), print_ldif_address(), print_ldif_dn(), print_ldif_multi(), print_ldif_single(), print_ldif_two(), pst_convert_utf8(), pst_convert_utf8_null(), pst_default_charset(), pst_process(), write_appointment(), write_body_part(), write_embedded_message(), write_inline_attachment(), write_normal_email(), write_separate_attachment(), and write_vcard().


The documentation for this struct was generated from the following file:
Generated on Fri Apr 17 12:59:35 2009 for 'LibPst' by  doxygen 1.3.9.1