Ice 3.7 C++11 API Reference
Classes | Namespaces | Functions
IconvStringConverter.h File Reference
#include <Ice/Config.h>
#include <Ice/StringConverter.h>
#include <IceUtil/StringUtil.h>
#include <IceUtil/ThreadException.h>
#include <IceUtil/UndefSysMacros.h>
#include <algorithm>
#include <iconv.h>
#include <langinfo.h>
Include dependency graph for IconvStringConverter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ice::IconvInitializationException
 Indicates that Iconv does not support the code. More...
 

Namespaces

 Ice
 

Functions

template<typename charT >
::std::shared_ptr< IceUtil::BasicStringConverter< charT > > Ice::createIconvStringConverter (const std::string &internalCodeWithDefault="")
 Creates a string converter for the given code. More...