25#ifndef _NETSURF_UTF8_H_
26#define _NETSURF_UTF8_H_
nserror
Enumeration of error codes.
User interface utf8 characterset conversion routines.
nserror(* local_to_utf8)(const char *string, size_t len, char **result)
Convert a string encoded in the system local encoding to UTF-8.
nserror(* utf8_to_local)(const char *string, size_t len, char **result)
Convert a UTF-8 encoded string into the system local encoding.