parrotcode: UTF-16 encoding | |
Contents | C |
encodings/utf16.c - UTF-16 encoding
UTF-16 encoding with the help of the ICU library.
static STRING *to_encoding(Interp *, STRING *src, STRING *dest)
src
to this encoding.
If dest
is set fill it with the converted result,
else operate inplace.encodings/fixed_8.c, encodings/utf8.c, src/string.c, include/parrot/string.h, docs/string.pod.
|