1idn2_strerror(3) libidn2 idn2_strerror(3)
2
3
4
6 idn2_strerror - API function
7
9 #include <idn2.h>
10
11 const char * idn2_strerror(int rc);
12
14 int rc return code from another libidn2 function.
15
17 Convert internal libidn2 error code to a humanly readable string. The
18 returned pointer must not be de-allocated by the caller.
19
20 Return value: A humanly readable string describing error.
21
23 Report bugs to <help-libidn@gnu.org>.
24 General guidelines for reporting bugs: https://www.gnu.org/gethelp/
25 Libidn2 home page: https://www.gnu.org/software/libidn2/
26
27
29 Copyright © 2002-2022 Simon Josefsson.
30 Copying and distribution of this file, with or without modification,
31 are permitted in any medium without royalty provided the copyright no‐
32 tice and this notice are preserved.
33
35 The full documentation for libidn2 is maintained as a Texinfo manual.
36 If the info and libidn2 programs are properly installed at your site,
37 the command
38
39 info libidn2
40
41 should give you access to the complete manual. As an alternative you
42 may obtain the manual from:
43
44 https://www.gnu.org/software/libidn/libidn2/manual/
45
46libidn2 2.3.4 idn2_strerror(3)