TsCharEncoding.cpp File Reference
#include <string>
#include <fstream>
#include <terralib_buildconfig.h>
#include <terralib/core/encoding/CharEncoding.h>
#include <terralib/core/Exception.h>
#include <terralib/Defines.h>
#include <boost/test/unit_test.hpp>

Go to the source code of this file.

Classes

struct  F
 

Functions

 BOOST_AUTO_TEST_CASE (encoding_test_utf8_latin1)
 
 BOOST_AUTO_TEST_CASE (encoding_test_utf8_cp1252)
 
 BOOST_AUTO_TEST_CASE (encoding_test_latin_cp1252)
 
 BOOST_AUTO_TEST_CASE (encoding_test_utf8_ascii)
 
 BOOST_AUTO_TEST_CASE (encoding_test_locale_utf8)
 
 BOOST_AUTO_TEST_CASE (enconding_test_wrong_type)
 
 BOOST_FIXTURE_TEST_SUITE (encoding, F) BOOST_AUTO_TEST_CASE(encoding_test_utils)
 

Function Documentation

BOOST_AUTO_TEST_CASE ( encoding_test_utf8_latin1  )
BOOST_AUTO_TEST_CASE ( encoding_test_utf8_cp1252  )
BOOST_AUTO_TEST_CASE ( encoding_test_latin_cp1252  )
BOOST_AUTO_TEST_CASE ( encoding_test_utf8_ascii  )
BOOST_AUTO_TEST_CASE ( encoding_test_locale_utf8  )
BOOST_AUTO_TEST_CASE ( enconding_test_wrong_type  )