Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
platform/win32/CharsetConverter.cpp File Reference
#include <memory>
#include "CharsetConverter.h"

Namespaces

namespace  KODI
 Controller configuration window.
 
namespace  KODI::PLATFORM
 
namespace  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)