Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the source code of this file.
Namespaces | |
mitk | |
Find image slices visible on a given plane. | |
mitk::Utf8Util | |
Functions | |
MITKCORE_EXPORT std::string | mitk::Utf8Util::Local8BitToUtf8 (const std::string &local8BitStr) |
Convert a string encoded with the current code page to an UTF-8 encoded string (Windows) More... | |
MITKCORE_EXPORT std::string | mitk::Utf8Util::Utf8ToLocal8Bit (const std::string &utf8Str) |
Convert a UTF-8 encoded string to a string encoded with the current code page (Windows) More... | |