13 #ifndef mitkUtf8Util_h
14 #define mitkUtf8Util_h
MITKCORE_EXPORT std::string Utf8ToLocal8Bit(const std::string &utf8Str)
Convert a UTF-8 encoded string to a string encoded with the current code page (Windows)
MITKCORE_EXPORT std::string Local8BitToUtf8(const std::string &local8BitStr)
Convert a string encoded with the current code page to an UTF-8 encoded string (Windows)
Find image slices visible on a given plane.