fc_utf8.c functions returning 'const' parameter with 'const' stripped
fc_utf8.c casts some 'consts away. They even return 'char *' instead of 'const char *', allowing the caller to change what is supposed to be 'const'.
fc_utf8.c casts some 'consts away. They even return 'char *' instead of 'const char *', allowing the caller to change what is supposed to be 'const'.