#include <UT_CharSetUtils.h>
Definition at line 23 of file UT_CharSetUtils.h.
 
  
  | 
        
          | static bool UT_CharSetUtils::decodeUTF8 | ( | const char * | src_str, |  
          |  |  | UT_WorkBuffer & | out_str |  
          |  | ) |  |  |  | static | 
 
Conversion method from the source encoding of UTF-8 to the encoding specified by the out_encoding. src_str - the input string bytestream in the UTF-8 encoding. out_str - the output string bytesream in the out_encoding. out_encoding - always Latin 1 Returns true if ok, false otherwise. 
 
 
  
  | 
        
          | static bool UT_CharSetUtils::decodeUTF8 | ( | const char * | src_str, |  
          |  |  | UT_String & | out_str |  
          |  | ) |  |  |  | static | 
 
Conversion method from the source encoding of UTF-8 to the encoding specified by the out_encoding. src_str - the input string bytestream in the UTF-8 encoding. out_str - the output string bytesream in the out_encoding. out_encoding - always Latin 1 Returns true if ok, false otherwise. 
 
 
  
  | 
        
          | static bool UT_CharSetUtils::decodeUTF8 | ( | const char * | src_str, |  
          |  |  | UT_StringHolder & | out_str |  
          |  | ) |  |  |  | static | 
 
Conversion method from the source encoding of UTF-8 to the encoding specified by the out_encoding. src_str - the input string bytestream in the UTF-8 encoding. out_str - the output string bytesream in the out_encoding. out_encoding - always Latin 1 Returns true if ok, false otherwise. 
 
 
  
  | 
        
          | static bool UT_CharSetUtils::encodeUTF8 | ( | const char * | src_str, |  
          |  |  | UT_WorkBuffer & | out_str |  
          |  | ) |  |  |  | static | 
 
Returns true if ok, false otherwise. 
Conversion method from the source encoding to UTF-8 Unicode encoding. src_str - the input string bytestream in the src_encoding out_str - the output string bytesream in the UTF-8 encoding. src_encoding - always Latin 1 
 
 
  
  | 
        
          | const char* const UT_CharSetUtils::SRC_CODE_ENCODING |  | static | 
 
 
  
  | 
        
          | const char* const UT_CharSetUtils::XML_ENCODING |  | static | 
 
 
The documentation for this class was generated from the following file: