xoreos
0.0.5
|
Unicode string handling. More...
#include <string>
#include <sstream>
#include <vector>
#include <boost/functional/hash.hpp>
#include "src/common/types.h"
#include "src/common/system.h"
#include "utf8cpp/utf8.h"
Go to the source code of this file.
Classes | |
class | Common::UString |
A class holding an UTF-8 string. More... | |
struct | Common::UString::sless |
struct | Common::UString::iless |
struct | Common::hashUStringCaseSensitive |
struct | Common::hashUStringCaseInsensitive |
Namespaces | |
Common | |
Functions | |
static UString | Common::operator+ (const std::string &left, const UString &right) |
static UString | Common::operator+ (const char *left, const UString &right) |
Unicode string handling.
Definition in file ustring.h.