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
 TerraLib.
 
 te::core
 

Enumerations

enum class  te::core::EncodingType {
  te::core::UTF8 , te::core::CP1250 , te::core::CP1251 , te::core::CP1252 ,
  te::core::CP1253 , te::core::CP1254 , te::core::CP1257 , te::core::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.