1stringprep_utf8_to_locale(3)        libidn        stringprep_utf8_to_locale(3)
2
3
4

NAME

6       stringprep_utf8_to_locale - API function
7

SYNOPSIS

9       #include <stringprep.h>
10
11       char * stringprep_utf8_to_locale(const char * str);
12

ARGUMENTS

14       const char * str
15                   input zero terminated string.
16

DESCRIPTION

18       Convert  string  encoded  in  UTF-8  into the locale's character set by
19       using stringprep_convert().
20
21       Return value: Returns newly allocated zero-terminated string  which  is
22       str transcoded into the locale's character set.
23

REPORTING BUGS

25       Report bugs to <bug-libidn@gnu.org>.
26       General guidelines for reporting bugs: http://www.gnu.org/gethelp/
27       GNU Libidn home page: http://www.gnu.org/software/libidn/
28
29
31       Copyright © 2002-2016 Simon Josefsson.
32       Copying  and  distribution  of this file, with or without modification,
33       are permitted in any medium  without  royalty  provided  the  copyright
34       notice and this notice are preserved.
35

SEE ALSO

37       The  full  documentation  for libidn is maintained as a Texinfo manual.
38       If the info and libidn programs are properly installed  at  your  site,
39       the command
40
41              info libidn
42
43       should  give  you access to the complete manual.  As an alternative you
44       may obtain the manual from:
45
46              http://www.gnu.org/software/libidn/manual/
47
48libidn                               1.34         stringprep_utf8_to_locale(3)
Impressum