dviconv.h File Reference

#include <string>
#include <stdexcept>
#include <dvutil/date.h>
#include <xmlwrapp/xmlwrapp.h>

Include dependency graph for dviconv.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Dv
namespace  Dv::Xml

Functions

void Dv::Xml::iconv (const char *to_charset, const char *from_charset, std::string &target, const char *source) throw (std::runtime_error)
 Convert source C-string between character sets.
void Dv::Xml::iconv (const char *to_charset, const char *from_charset, std::string &target, const std::string &source) throw (std::runtime_error)
 Convert source C-string between character sets.
std::string Dv::Xml::iconv (const char *to_charset, const char *from_charset, const char *source) throw (std::runtime_error)
 Convert source C-string between character sets.
std::string Dv::Xml::iconv (const char *to_charset, const char *from_charset, const std::string &source) throw (std::runtime_error)
 Convert source C-string between character sets.
std::string Dv::Xml::iso2utf8 (const std::string &source) throw (std::runtime_error)
 Convert "ISO-8859-1" string to "UTF8" string.
std::string Dv::Xml::iso2utf8 (const char *source) throw (std::runtime_error)
 Convert "ISO-8859-1" C-string to "UTF8" string.


dvxml-0.1.7 [ 7 January, 2008]