![]() |
Pioneer
|
#include <SDL_stdinc.h>#include <cassert>

Go to the source code of this file.
Namespaces | |
| namespace | Text |
Functions | |
| int | Text::utf8_decode_char (Uint32 *chr, const char *src) |
| int | Text::utf8_encode_char (Uint32 chr, char buf[4]) |
| int | Text::utf8_next_char_offset (const char *str) |
| int | Text::utf8_prev_char_offset (const char *str, const char *const begin) |
| bool | Text::is_alphanumunderscore (char c) |