CharEncoding.h File Reference

A class for handling character enconding/decoding. More...

#include "../Config.h"
#include <vector>
#include <string>

Go to the source code of this file.

Classes

class  te::core::CharEncoding
 A class for handling character enconding/decoding. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::core
 

Enumerations

enum  te::core::EncodingType {
  te::core::EncodingType::UTF8, te::core::EncodingType::CP1250, te::core::EncodingType::CP1251, te::core::EncodingType::CP1252,
  te::core::EncodingType::CP1253, te::core::EncodingType::CP1254, te::core::EncodingType::CP1257, te::core::EncodingType::LATIN1
}
 Supported character encodings. More...
 

Detailed Description

A class for handling character enconding/decoding.

Author
Matheus Cavassan Zaglia
Gilberto Ribeiro de Queiroz

Definition in file CharEncoding.h.