Re: Small Correction: Convert HEX string to bin
From: CBFalconer (cbfalconer_at_yahoo.com)
Date: 12/02/03
- Next message: CBFalconer: "Re: [OT] Indian C programmers and "u""
- Previous message: CBFalconer: "Re: Small Correction: Convert HEX string to bin"
- In reply to: glen herrmannsfeldt: "Re: Small Correction: Convert HEX string to bin"
- Next in thread: The Real OS/2 Guy: "Re: Small Correction: Convert HEX string to bin"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 02 Dec 2003 08:29:26 GMT
glen herrmannsfeldt wrote:
> The Real OS/2 Guy wrote:
>
> (snip)
>
> > The standard guarantees thet '0' to '9' are continous, but there
> > is no guarantee that 'a' - 'f' or 'A' - 'F' have the same
> > continuity, so use a switch for them makes it portable.
>
> Yes, the standard doesn't guarantee that.
>
> It is, however, true in both ASCII and EBCDIC.
>
> Do you know anyone using a different character set?
Yes
-- Chuck F (cbfalconer@yahoo.com) (cbfalconer@worldnet.att.net) Available for consulting/temporary embedded and systems. <http://cbfalconer.home.att.net> USE worldnet address!
- Next message: CBFalconer: "Re: [OT] Indian C programmers and "u""
- Previous message: CBFalconer: "Re: Small Correction: Convert HEX string to bin"
- In reply to: glen herrmannsfeldt: "Re: Small Correction: Convert HEX string to bin"
- Next in thread: The Real OS/2 Guy: "Re: Small Correction: Convert HEX string to bin"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|