Photon 1.0.0
Loading...
Searching...
No Matches
utf8_strings.h File Reference
#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)
 

Macro Definition Documentation

◆ litehtml_from_utf32

#define litehtml_from_utf32 (   str)    litehtml::utf32_to_utf8(str)

◆ litehtml_to_utf32

#define litehtml_to_utf32 (   str)    litehtml::utf8_to_utf32(str)