NAME

src/io/utf8.c - UTF8 I/O utility functions

DESCRIPTION

Convert output to utf8. Convert input to Parrot's internal string representation.

Utility functions

size_t Parrot_io_read_utf8
Read a string from a filehandle in UTF-8 format and convert it to a Parrot string.
size_t Parrot_io_write_utf8
Write a Parrot string to a filehandle in UTF-8 format.

SEE ALSO

src/io/io_passdown.c, src/io/io.c, src/io/io_layers.c, src/io/io_private.h.

HISTORY

Initially written by Leo.