NAME ^

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

DESCRIPTION ^

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

Functions ^

to_encoding

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

get_codepoint

TODO: Not yet documented!!!

set_codepoint

TODO: Not yet documented!!!

get_byte

TODO: Not yet documented!!!

set_byte

TODO: Not yet documented!!!

get_codepoints

TODO: Not yet documented!!!

get_codepoints_inplace

TODO: Not yet documented!!!

get_bytes

TODO: Not yet documented!!!

get_bytes_inplace

TODO: Not yet documented!!!

set_codepoints

TODO: Not yet documented!!!

set_bytes

TODO: Not yet documented!!!

become_encoding

TODO: Not yet documented!!!

codepoints

TODO: Not yet documented!!!

bytes

TODO: Not yet documented!!!

utf16_decode_and_advance

TODO: Not yet documented!!!

utf16_encode_and_advance

TODO: Not yet documented!!!

utf16_set_position

TODO: Not yet documented!!!

iter_init

TODO: Not yet documented!!!

Parrot_encoding_utf16_init

TODO: Not yet documented!!!

SEE ALSO ^

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


parrot