Go to the source code of this file.
|
void | text_file_loader::read (const service_ptr_t< file > &p_file, abort_callback &p_abort, pfc::string_base &p_out, bool &is_utf8) |
|
void | text_file_loader::read (const char *p_path, abort_callback &p_abort, pfc::string_base &p_out, bool &is_utf8) |
|
void | text_file_loader::write (const service_ptr_t< file > &p_file, abort_callback &p_abort, const char *p_string, bool is_utf8) |
|
void | text_file_loader::write (const char *p_path, abort_callback &p_abort, const char *p_string, bool is_utf8) |
|
|
static const unsigned char | utf8_header [3] = {0xEF,0xBB,0xBF} |
|
const unsigned char utf8_header[3] = {0xEF,0xBB,0xBF} |
|
static |