|
From: | Elias Mårtenson |
Subject: | Re: [Bug-apl] How do I convert a byte sequence to Unicode? |
Date: | Mon, 28 Apr 2014 21:50:39 +0800 |
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?
[Prev in Thread] | Current Thread | [Next in Thread] |