Functions | Variables

iconv_cpp.cpp File Reference

#include "iconv_cpp.h"
#include <errno.h>
Include dependency graph for iconv_cpp.cpp:

Functions

Variables


Function Documentation

string WinToUtf8 ( const string &  s  ) 

References tIConv::convert(), and Win2UTF8.

Here is the call graph for this function:

string WinToUtf8 ( const char *  data,
size_t  size 
)

References tIConv::convert(), and Win2UTF8.

Here is the call graph for this function:

string Utf8ToWin ( const string &  s  ) 

References tIConv::convert(), and UTF82Win.

Here is the call graph for this function:

string Utf8ToWin ( const char *  data,
size_t  size 
)

References tIConv::convert(), and UTF82Win.

Here is the call graph for this function:


Variable Documentation

tIConv UTF82Win("windows-1251","utf-8") [static]

Referenced by Utf8ToWin().

tIConv Win2UTF8("utf-8","windows-1251") [static]

Referenced by WinToUtf8().