How do I encode a String in Ceylon as UTF-8 bytes?
value string = "my_string";
[Byte*] bytes = string.______;
How do I encode a String in Ceylon as UTF-8 bytes?
value string = "my_string";
[Byte*] bytes = string.______;
Copyright © 2021 Jogjafile Inc.
Use
ceylon.buffer.charset.Try it!