Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
unicode.hh File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  lout
 
namespace  lout::unicode
 Stuff dealing with Unicode characters: UTF-8, character classes etc.
 

Functions

bool lout::unicode::isAlpha (int ch)
 Returns whether a given unicode character is an alphabetic character.
 
int lout::unicode::decodeUtf8 (const char *s)
 
int lout::unicode::decodeUtf8 (const char *s, int len)
 
const char * lout::unicode::nextUtf8Char (const char *s)
 
const char * lout::unicode::nextUtf8Char (const char *s, int len)
 
int lout::unicode::numUtf8Chars (const char *s)
 
int lout::unicode::numUtf8Chars (const char *s, int len)