|
hoshi-lang dev
Yet another programming language
|
#include <utfutils.hpp>
Static Public Member Functions | |
| static bool | utf8ToUnicode (const std::string &utf8, std::wstring &unicode) |
| static void | unicodeToUtf8 (const std::wstring &unicode, std::string &utf8) |
Static Private Member Functions | |
| static bool | checkLength (unsigned int start, unsigned int offset, unsigned int end) |
Definition at line 11 of file utfutils.hpp.
|
inlinestaticprivate |
Definition at line 135 of file utfutils.hpp.
Referenced by utf8ToUnicode().

|
inlinestatic |
Definition at line 77 of file utfutils.hpp.
Referenced by yoi::wstring2string().

|
inlinestatic |
Definition at line 13 of file utfutils.hpp.
References checkLength().
Referenced by yoi::string2wstring().

