#include <Utf8Utils.h>
◆ utf8CheckResult
| Enumerator | 
|---|
| plainAscii  |  | 
| hiAscii  |  | 
| utf8string  |  | 
 
 
◆ checkStrForUtf8()
Check given string for valid UTF-8 sequences 
- Parameters
 - 
  
  
 
- Returns
 - result of check, "plainAscii" for empty string 
 
 
 
◆ FindValidUtf8Char()
  
  
      
        
          | size_t CUtf8Utils::FindValidUtf8Char  | 
          ( | 
          const std::string &  | 
          str,  | 
         
        
           | 
           | 
          const size_t  | 
          startPos = 0  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ isValidUtf8()
  
  
      
        
          | static bool CUtf8Utils::isValidUtf8  | 
          ( | 
          const std::string &  | 
          str | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
◆ RFindValidUtf8Char()
  
  
      
        
          | size_t CUtf8Utils::RFindValidUtf8Char  | 
          ( | 
          const std::string &  | 
          str,  | 
         
        
           | 
           | 
          const size_t  | 
          startPos  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ SizeOfUtf8Char()
  
  
      
        
          | size_t CUtf8Utils::SizeOfUtf8Char  | 
          ( | 
          const std::string &  | 
          str,  | 
         
        
           | 
           | 
          const size_t  | 
          charStart = 0  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
 
The documentation for this class was generated from the following files: