The Perl API defines a C function "U8* bytes_to_utf8(U8 *s, STRLEN *len)". It is an experimental function, but one that is useful to me. What puzzles me is why the input is of type U8* if it converts from a standard string. Can I just pass in a char *?
Also, how can one access all of these utf8 routines from a perl script (not using XS or Inline::C)?
In reply to UTF8 question
by dbp