- To: Ed Hartnett <ed@xxxxxxxxxxxxxxxx>
- Subject: Re: question for Russ - signed vs. unsigned char and NC_BYTE
- From: Russ Rew <russ@xxxxxxxxxxxxxxxx>
- Date: Thu, 23 Oct 2003 10:53:35 -0600
Ed, I wrote: > ... so users can still treat NC_BYTE data as unsigned char if they > want to. I should have added that if a user chooses to treat NC_BYTE data as unsigned, the type conversion functions will still treat it as signed, so that user had better be accessing the data with only the uchar functions so no type conversion is attempted. There are users who want NC_BYTE data treated as unsigned, and they use the uchar functions to access it. --Russ