aboutsummaryrefslogtreecommitdiffstats
path: root/man3/libsimple_strisutf8.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/libsimple_strisutf8.3')
-rw-r--r--man3/libsimple_strisutf8.314
1 files changed, 13 insertions, 1 deletions
diff --git a/man3/libsimple_strisutf8.3 b/man3/libsimple_strisutf8.3
index ff8f609..0a525f1 100644
--- a/man3/libsimple_strisutf8.3
+++ b/man3/libsimple_strisutf8.3
@@ -1,6 +1,7 @@
-.TH LIBSIMPLE_STRISUTF8 3 2018-11-16 libsimple
+.TH LIBSIMPLE_STRISUTF8 3 libsimple
.SH NAME
libsimple_strisutf8, libsimple_strnisutf8, libsimple_memisutf8 \- check if a string is encoded in UTF-8
+
.SH SYNOPSIS
.nf
#include <libsimple.h>
@@ -22,6 +23,7 @@ int libsimple_memisutf8(const char *\fIstring\fP, size_t \fIn\fP, int \fIallow_m
.PP
Link with
.IR \-lsimple .
+
.SH DESCRIPTION
The
.BR libsimple_strisutf8 (),
@@ -65,6 +67,7 @@ function is a
.B const char *
rather than a
.BR "const void *" .
+
.SH RETURN VALUE
The
.BR libsimple_strisutf8 (),
@@ -76,6 +79,7 @@ function returns 1 if the
is in valid UTF-8 (Modified UTF-8 if
.I allow_modified_nul
is non-zero); otherwise 0 is returned.
+
.SH ERRORS
The
.BR libsimple_strisutf8 (),
@@ -83,6 +87,7 @@ The
and
.BR libsimple_memisutf8 ()
functions cannot fail.
+
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
@@ -113,17 +118,24 @@ T{
.BR libsimple_memisutf8 ()
T} Async-cancel safety AC-Safe
.TE
+
.SH EXAMPLES
None.
+
.SH APPLICATION USAGE
None.
+
.SH RATIONALE
None.
+
.SH FUTURE DIRECTIONS
None.
+
.SH NOTES
None.
+
.SH BUGS
None.
+
.SH SEE ALSO,
None.