Content-type: text/html; charset=UTF-8
Man page of GRAPHEME_IS_TITLECASE_UTF8
GRAPHEME_IS_TITLECASE_UTF8
Section: C Library Functions (3)
Index
Return to Main Contents
BSD mandoc
suckless.org
NAME
grapheme_is_titlecase_utf8
- check if UTF-8-encoded string is titlecase
SYNOPSIS
In grapheme.h
Ft size_t
Fn grapheme_is_titlecase_utf8 const char *str size_t len size_t *caselen
DESCRIPTION
The
Fn grapheme_is_titlecase_utf8
function checks if the UTF-8-encoded string
str
is titlecase and writes the length of the matching titlecase-sequence to the integer pointed to by
caselen
unless
caselen
is set to
NULL
If
len
is set to
SIZE_MAX
(stdint.h is already included by grapheme.h) the UTF-8-encoded string
src
is interpreted to be NUL-terminated and processing stops when a
NUL-byte is encountered.
For non-UTF-8 input data
grapheme_is_titlecase3
can be used instead.
RETURN VALUES
The
Fn grapheme_is_titlecase_utf8
function returns
true
if the UTF-8-encoded string
str
is titlecase, otherwise
false
SEE ALSO
grapheme_is_titlecase3,
libgrapheme(7)
STANDARDS
Fn grapheme_is_titlecase_utf8
is compliant with the Unicode 15.0.0 specification.
AUTHORS
An Laslo Hunhold Aq Mt dev@frign.de
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- SEE ALSO
-
- STANDARDS
-
- AUTHORS
-
This document was created by
man2html,
using the manual pages.
Time: 06:27:21 GMT, December 21, 2024