OpenTREP Logo  0.07.18
C++ Open Travel Request Parsing Library
Loading...
Searching...
No Matches
icu_util.cpp File Reference
#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

namespace  OPENTREP
 

Functions

bool OPENTREP::check (const UErrorCode &iStatus, const char *iMsg)
 
icu::UnicodeString & OPENTREP::appendHex (const uint32_t iNumber, int8_t ioDigits, icu::UnicodeString &ioTarget)
 
icu::UnicodeString OPENTREP::escape (const icu::UnicodeString &iSource)
 
std::string OPENTREP::getUTF8 (const icu::UnicodeString &iString)