Get Unicode character class ranges and UTF-8 regex translations. More...
#include <reflex/posix.h>
Classes | |
class | reflex::Unicode::Tables |
Namespaces | |
reflex | |
reflex::Unicode | |
Functions | |
const int * | reflex::Unicode::range (const char *) |
Return table entry pointer to [lo,hi] range of characters for the given Unicode class name, or return NULL. More... | |
int | reflex::Unicode::compose (int, int) |
Normalize Unicode by composition of prev and next characters into one, or return -1. More... | |
int | reflex::Unicode::toupper (int c) |
Unicode translations between lower case and upper case letters. More... | |
int | reflex::Unicode::tolower (int c) |
int | reflex::Unicode::invcase (int c) |
Get Unicode character class ranges and UTF-8 regex translations.