<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18865"></HEAD>
<BODY style="PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 15px" 
id=MailContainerBody leftMargin=0 topMargin=0 CanvasTabStop="true" 
name="Compose message area">
<DIV><FONT size=4 face="LM Mono 12">Although much work has apparently gone into 
providing support for manipulation binary data I was unable to uncover a Haskell 
equivalent of the C fgetc and fputc functions. The Haskell equivalents work with 
Unicode character streams, not bytes words etcetera. I did find a library for 
handling arrays of bytes and such, but I did not find it to be convenient for 
the application I have in mind. I resolved myself to emitted Unicode&nbsp;0s and 
1s that are later converted to binary 0s and 1s by means of a C program. Is this 
functionality missing in Haskell? or did I miss 
something?</FONT></DIV></BODY></HTML>