1stringprep_locale_to_utf8(3)        libidn        stringprep_locale_to_utf8(3)
2
3
4

NAME

6       stringprep_locale_to_utf8 - convert locale encoded string to UTF-8
7

SYNOPSIS

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

ARGUMENTS

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

DESCRIPTION

18       Convert  string  encoded  in  the  locale's character set into UTF-8 by
19       using stringprep_convert().
20

RETURN VALUE

22       Returns newly allocated zero-terminated string which is str  transcoded
23       into UTF-8.
24

REPORTING BUGS

26       Report bugs to <bug-libidn@gnu.org>.
27
29       Copyright © 2002, 2003, 2004, 2005, 2006 Simon Josefsson.
30       Permission  is  granted  to make and distribute verbatim copies of this
31       manual provided the copyright notice and  this  permission  notice  are
32       preserved on all copies.
33

SEE ALSO

35       The  full  documentation  for libidn is maintained as a Texinfo manual.
36       If the info and libidn programs are properly installed  at  your  site,
37       the command
38
39              info libidn
40
41       should give you access to the complete manual.
42
43
44
45libidn                               0.6.8        stringprep_locale_to_utf8(3)
Impressum