OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
to_utf8_test.cpp File Reference
#include <iostream>
#include <fstream>
#include <cassert>
#include <stdexcept>
#include "../to_utf8.hpp"
Include dependency graph for to_utf8_test.cpp:

Functions

std::string getFirstLine (const std::string &filename)
 
void testEncoder (ToUTF8::FromType encoding, const std::string &legacyEncFile, const std::string &utf8File)
 Test character encoding conversion to and from UTF-8. More...
 
int main ()
 

Function Documentation

std::string getFirstLine ( const std::string &  filename)

Here is the caller graph for this function:

int main ( )

Here is the call graph for this function:

void testEncoder ( ToUTF8::FromType  encoding,
const std::string &  legacyEncFile,
const std::string &  utf8File 
)

Test character encoding conversion to and from UTF-8.

Here is the call graph for this function:

Here is the caller graph for this function: