[racket] Writing UTF-16 to a socket/file

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Sat Feb 12 15:54:22 EST 2011

Won't "reencode-output-port" let you write Racket strings as UTF-16 
transparently?


> On Sat, Feb 12, 2011 at 2:35 PM, Gregory Woodhouse <gregwoodhouse at me.com> wrote:
>   
>> Is it possible to ensure that data written to a socket or file is encoded as UTF-16? I ask because Health Level 7 (HL7) 2.5.1 allows messages to use UTF-16 as opposed to US-ASCII, but it has to be a fixed width encoding.


-- 
http://www.neilvandyke.org/


Posted on the users mailing list.