NAWA 0.9
Web Application Framework for C++
encoding.cpp File Reference

Implementation of the Encoding class. More...

#include <base64/base64.h>
#include <boost/algorithm/string.hpp>
#include <codecvt>
#include <iomanip>
#include <nawa/util/encoding.h>
#include <nawa/util/utils.h>
#include <punycode/punycode.h>
#include <regex>
#include <sstream>
#include <unordered_map>
#include <unordered_set>

Go to the source code of this file.

Detailed Description

Implementation of the Encoding class.

Definition in file encoding.cpp.