Kodi Documentation  19.0
Kodi is an open source media player and entertainment hub.
platform/win32/CharsetConverter.h File Reference
#include <string>

Namespaces

 KODI
 Controller configuration window.
 
 KODI::PLATFORM
 
 KODI::PLATFORM::WINDOWS
 

Functions

std::string KODI::PLATFORM::WINDOWS::FromW (const wchar_t *str, size_t length)
 
std::string KODI::PLATFORM::WINDOWS::FromW (const std::wstring &str)
 
std::wstring KODI::PLATFORM::WINDOWS::ToW (const char *str, size_t length)
 
std::wstring KODI::PLATFORM::WINDOWS::ToW (const std::string &str)