'LibPst'
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
 
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 144 of file libpst.h.

Field Documentation

◆ is_utf8

int pst_string::is_utf8
  • 1 true
  • 0 false

Definition at line 147 of file libpst.h.

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

◆ str


The documentation for this struct was generated from the following file: