CharEncodingConv.h File Reference

A class that deals with character encoding/decoding. More...

#include "Config.h"
#include <map>
#include <string>

Go to the source code of this file.

Classes

class  te::common::CharEncodingConv
 This class deals with character encoding/decoding. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::common
 Namespace for the Common module of TerraLib.
 

Typedefs

typedef void * iconv_t
 

Enumerations

enum  te::common::CharEncoding {
  te::common::UTF8, te::common::CP1250, te::common::CP1251, te::common::CP1252,
  te::common::CP1253, te::common::CP1254, te::common::CP1257, te::common::LATIN1,
  te::common::UNKNOWN_CHAR_ENCODING
}
 Supported charsets (character encoding). More...
 

Detailed Description

A class that deals with character encoding/decoding.

Definition in file CharEncodingConv.h.

Typedef Documentation

typedef void* iconv_t

Definition at line 68 of file CharEncodingConv.h.