NAME
|
runeclass, runecompose – Unicode character equivalence |
SYNOPSIS
|
#include <u.h> #include <libc.h> |
DESCRIPTION
These routines use codepoint properties from the Unicode standard
to combine and determine sets of characters with the same base
character. The set of codepoints with the same base codepoint
are a generalization of the equivilence between various cases
such as title, lower an upper: runeclass returns this set.
Likewise, runecompose takes a base codepoint and a combining codepoint
(e.g. u+0308, combining diaresis) and returns the combined form,
if it exists. For example
|
SEE ALSO
|
grep(1), runefold(1), rununfold(1), The Unicode Consortium. The Unicode Standard, Version 6.0.0, (Mountain View, CA: The Unicode Consortium, 2011. ISBN 978–1–936213–01–6) http://www.unicode.org/versions/Unicode6.0.0/ |