Thread overview | |||||
---|---|---|---|---|---|
|
January 27, 2002 unsigned char | ||||
---|---|---|---|---|
| ||||
Is it possible/feasible to recompile the RunTime C lib to actually/totally have the char type as unsigned ? (Yes I am in Europe, US-ASCII is not enough, I need 0.255 as char range...) In my progs, it is no problem, but the C lib is another thing, and I need to use it. Jean-Pierre Dumas |
January 27, 2002 Re: unsigned char | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jean-Pierre H. Dumas | Hmmm, I lived in Europe for quite a while and it was never a problem...
Jan
"Jean-Pierre H. Dumas" wrote:
> Is it possible/feasible to recompile the
> RunTime C lib to actually/totally have
> the char type as unsigned ?
> (Yes I am in Europe, US-ASCII is not enough, I need
> 0.255 as char range...)
>
> In my progs, it is no problem, but the
> C lib is another thing, and I need to use it.
>
> Jean-Pierre Dumas
|
January 27, 2002 Re: unsigned char | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jean-Pierre H. Dumas | "Jean-Pierre H. Dumas" <dumas.jeanpierre@free.fr> wrote in message news:1103_1012144228@jeanpierre... > Is it possible/feasible to recompile the > RunTime C lib to actually/totally have > the char type as unsigned ? Not without going through every line of the library source. It isn't practical. |
Copyright © 1999-2021 by the D Language Foundation