Odil
A C++11 library for the DICOM standard
|
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. More... | |
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. More... | |