Hi, I have added 18 ⎕CR and 19 ⎕CR to convert from Unicode strings(like 'Hello ⍴ ∇' in APL) to byte vectors (character vectors with values 0-255) in UTF8 encoding
and back. See SVN 233.
/// Jürgen On 04/28/2014 06:17 AM, David B. Lamkins wrote:
I can use lib_file_io to read a sequence of byte values from a file containing Unicode text. How do I convert that sequence back to a Unicode string in GNU APL?