Pioneer
Loading...
Searching...
No Matches
Functions
TextUtils.h File Reference
#include <string>
Include dependency graph for TextUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::wstring transcode_utf8_to_utf16 (const char *s, size_t nbytes)
 
std::wstring transcode_utf8_to_utf16 (const std::string &s)
 
std::string transcode_utf16_to_utf8 (const wchar_t *s, size_t nchars)
 
std::string transcode_utf16_to_utf8 (const std::wstring &s)
 

Function Documentation

◆ transcode_utf16_to_utf8() [1/2]

std::string transcode_utf16_to_utf8 ( const std::wstring &  s)
Here is the call graph for this function:

◆ transcode_utf16_to_utf8() [2/2]

std::string transcode_utf16_to_utf8 ( const wchar_t *  s,
size_t  nchars 
)

◆ transcode_utf8_to_utf16() [1/2]

std::wstring transcode_utf8_to_utf16 ( const char *  s,
size_t  nbytes 
)

◆ transcode_utf8_to_utf16() [2/2]

std::wstring transcode_utf8_to_utf16 ( const std::string &  s)
Here is the call graph for this function: