NAME ^

src/encodings/utf16.c - UTF-16 encoding

DESCRIPTION ^

UTF-16 encoding with the help of the ICU library.

Functions ^

static STRING *to_encoding(Interp *, STRING *src, STRING *dest)

Convert string src to this encoding. If dest is set fill it with the converted result, else operate inplace.

SEE ALSO ^

src/encodings/fixed_8.c, src/encodings/utf8.c, src/string.c, include/parrot/string.h, docs/string.pod.


parrot