Use the quad function ⎕UCS:

*      ⎕UCS 'foo⍉bar'*
102 111 111 9033 98 97 114
*      ⎕UCS 102 111 111 9033 98 97 114*
foo⍉bar

Regards,
Elias


On 28 April 2014 12:17, David B. Lamkins <dlamk...@gmail.com> 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?
>
>
>
>

Reply via email to