On Mon, Mar 25, 2013 at 11:53 PM, Don Guinn <[email protected]> wrote: > The thing that is a little awkward is that fwrite will convert DBCS to > bytes where fread can't convert the bytes back to DBCS because there is no > uncertain way for it to know that it should. It is up to us to convert the > bytes back to DBCS. But that is the way is has to be.
I'm not sure that "convert" is the right word there. A byte is a unit of storage 8 bits wide. Basically, everything is already bytes. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
