subprocess  0.1.0
Modernsubprocesslibraryforc++
Namespaces | Functions
utf8_to_utf16.cpp File Reference
#include "utf8_to_utf16.hpp"
#include <locale>
#include <codecvt>
Include dependency graph for utf8_to_utf16.cpp:

Namespaces

 subprocess
 

Functions

std::u16string subprocess::utf8_to_utf16 (const std::string &str)
 
std::string subprocess::utf16_to_utf8 (const std::u16string &str)
 
std::wstring subprocess::utf8_to_utf16_w (const std::string &str)
 
std::string subprocess::utf16_to_utf8 (const std::wstring &str)
 
size_t subprocess::strlen16 (char16_t *str)
 
size_t subprocess::strlen16 (wchar_t *str)
 
template<typename T >
std::string subprocess::lptstr_to_string_t (T str)