summaryrefslogtreecommitdiff
path: root/docs/u8c_u8dec.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/u8c_u8dec.3')
-rw-r--r--docs/u8c_u8dec.328
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/u8c_u8dec.3 b/docs/u8c_u8dec.3
deleted file mode 100644
index e4f7fc8..0000000
--- a/docs/u8c_u8dec.3
+++ /dev/null
@@ -1,28 +0,0 @@
-.\" Automatically generated by Pandoc 2.14.0.2
-.\"
-.TH "" "" "" "" ""
-.hy
-.SH NAME
-.PP
-u8c_u8dec - UTF-8 decode - Convert an UTF-8 string to UTF-32.
-.SH DECLARATION
-.IP
-.nf
-\f[C]
-/* # include <u8c/u8.h> */
-# include <stdbool.h>
-# include <stddef.h>
-# include <uchar.h>
-extern bool u8c_u8dec(size_t * const sz,char32_t const * * const out,unsigned char const * const in);
-\f[R]
-.fi
-.SH DESCRIPTION
-.PP
-The function \f[C]u8c_u8dec\f[R] converts the given UTF-8 string
-(\f[I]in\f[R]) to UTF-32 (\f[I]out\f[R]).
-.PP
-The size of the output string (excluding the null-terminator) is placed
-into \f[I]sz\f[R], if [\f[I]sz\f[R]] is not equal to \f[I]NULL\f[R].
-.SH VERSION
-.PP
-u8c 0