Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
Namespaces | Functions
unicode.h File Reference
#include <string>
#include "odil/odil.h"
#include "odil/Value.h"
Include dependency graph for unicode.h:

Go to the source code of this file.

Namespaces

namespace  odil
 

Functions

std::string odil::as_utf8 (std::string const &input, Value::Strings const &specific_character_set, bool is_pn=false)
 Convert a string to its UTF-8 representation.
 
std::string odil::as_specific_character_set (std::string const &input, Value::Strings const &specific_character_set, bool is_pn=false)
 Convert an UTF-8 string to a specific representation.