1stringprep_convert(3) libidn stringprep_convert(3)
2
3
4
6 stringprep_convert - API function
7
9 #include <stringprep.h>
10
11 char * stringprep_convert(const char * str, const char * to_codeset,
12 const char * from_codeset);
13
15 const char * str
16 input zero-terminated string.
17
18 const char * to_codeset
19 name of destination character set.
20
21 const char * from_codeset
22 name of origin character set, as used by str .
23
25 Convert the string from one character set to another using the system's
26 iconv() function.
27
28 Return value: Returns newly allocated zero-terminated string which is
29 str transcoded into to_codeset.
30
32 Report bugs to <bug-libidn@gnu.org>.
33 General guidelines for reporting bugs: http://www.gnu.org/gethelp/
34 GNU Libidn home page: http://www.gnu.org/software/libidn/
35
36
38 Copyright © 2002-2020 Simon Josefsson.
39 Copying and distribution of this file, with or without modification,
40 are permitted in any medium without royalty provided the copyright
41 notice and this notice are preserved.
42
44 The full documentation for libidn is maintained as a Texinfo manual.
45 If the info and libidn programs are properly installed at your site,
46 the command
47
48 info libidn
49
50 should give you access to the complete manual. As an alternative you
51 may obtain the manual from:
52
53 http://www.gnu.org/software/libidn/manual/
54
55libidn 1.36 stringprep_convert(3)