Utility class to convert Unicode strings.
More...
#include <CRNUTFConverter.h>
|
static std::u32string | ToUTF32 (char utf8string) |
|
static std::u32string | ToUTF32 (const char *utf8string) |
|
static std::u32string | ToUTF32 (const std::string &utf8string) |
|
static std::string | ToUTF8 (char32_t utf32string) |
|
static std::string | ToUTF8 (const char32_t *utf32string) |
|
static std::string | ToUTF8 (const std::u32string &utf32string) |
|
Utility class to convert Unicode strings.
- Author
- Yann LEYDIER
- Date
- Jan 2015
- Version
- 0.1
- Warning
- not supported by GCC 4.8!
Definition at line 38 of file CRNUTFConverter.h.
static std::u32string crn::UTFConverter::ToUTF32 |
( |
char |
utf8string | ) |
|
|
inlinestatic |
static std::u32string crn::UTFConverter::ToUTF32 |
( |
const char * |
utf8string | ) |
|
|
inlinestatic |
static std::u32string crn::UTFConverter::ToUTF32 |
( |
const std::string & |
utf8string | ) |
|
|
inlinestatic |
static std::string crn::UTFConverter::ToUTF8 |
( |
char32_t |
utf32string | ) |
|
|
inlinestatic |
static std::string crn::UTFConverter::ToUTF8 |
( |
const char32_t * |
utf32string | ) |
|
|
inlinestatic |
static std::string crn::UTFConverter::ToUTF8 |
( |
const std::u32string & |
utf32string | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: