Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CharsetConverter.cpp File Reference
#include "CharsetConverter.h"
#include <cassert>
#include <limits>
#include <Windows.h>

Namespaces

namespace  KODI
 
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 (std::wstring_view str)
 
std::wstring KODI::PLATFORM::WINDOWS::ToW (const char *str, size_t length)
 
std::wstring KODI::PLATFORM::WINDOWS::ToW (std::string_view str)