/* * This function converts the latin1 ISO_8859-1 encoding into utf-8. */ char *latin2utf8(char *input); /* * This function converts the utf-8 encoding into latin1 ISO_8859-1. */ char *utf82latin(char *input);