19#ifndef NS_ATARI_ENCODING_H
20#define NS_ATARI_ENCODING_H
struct gui_utf8_table * atari_utf8_table
nserror utf8_to_local_encoding(const char *string, size_t len, char **result)
Convert a UTF-8 encoded string into the system local encoding.
nserror utf8_from_local_encoding(const char *string, size_t len, char **result)
Convert a string encoded in the system local encoding to UTF-8.
int atari_to_ucs4(unsigned char atarichar)
nserror
Enumeration of error codes.
Netsurf additional integer type formatting macros.
User interface utf8 characterset conversion routines.
UTF-8 manipulation functions (interface).