Photon 1.0.0
|
#include "types.h"
Go to the source code of this file.
Classes | |
class | litehtml::utf8_to_utf32 |
class | litehtml::utf32_to_utf8 |
Namespaces | |
namespace | litehtml |
Macros | |
#define | litehtml_from_utf32(str) litehtml::utf32_to_utf8(str) |
#define | litehtml_to_utf32(str) litehtml::utf8_to_utf32(str) |
Functions | |
void | litehtml::append_char (string &str, char32_t ch) |
char32_t | litehtml::read_utf8_char (const string &str, int &index) |
void | litehtml::prev_utf8_char (const string &str, int &index) |
#define litehtml_from_utf32 | ( | str | ) | litehtml::utf32_to_utf8(str) |
#define litehtml_to_utf32 | ( | str | ) | litehtml::utf8_to_utf32(str) |