#include <cassert>
#include <iostream>
#include <sstream>
#include <unicode/ucnv.h>
#include <opentrep/service/Logger.hpp>
#include "icu_util.hpp"
Go to the source code of this file.
Namespaces | |
OPENTREP | |
Functions | |
bool | OPENTREP::check (const UErrorCode &iStatus, const char *iMsg) |
UnicodeString & | OPENTREP::appendHex (const uint32_t iNumber, int8_t ioDigits, UnicodeString &ioTarget) |
UnicodeString | OPENTREP::escape (const UnicodeString &iSource) |
std::string | OPENTREP::getUTF8 (const UnicodeString &iString) |