Medical Imaging Interaction Toolkit  2023.12.99-1652ac8d
Medical Imaging Interaction Toolkit
mitkUtf8Util.h File Reference
#include <MitkCoreExports.h>
#include <string>

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...