Re: debugstr.c patch

2000-06-14 Thread Joerg Mayer
On Wed, 14 Jun 2000, Dmitry Timoshkov wrote: Print full ansi char set (from 32 to 255), not only from 32 to 126, print other values in hex. Umm, would that print the characters from 128 to 128+31 too? If so, I don't think that should be done. Ciao Jörg -- Joerg Mayer

Re: debugstr.c patch

2000-06-14 Thread Dmitry Timoshkov
Joerg Mayer [EMAIL PROTECTED] wrote: Print full ansi char set (from 32 to 255), not only from 32 to 126, print other values in hex. Umm, would that print the characters from 128 to 128+31 too? If so, I don't think that should be done. I don't know what do you mean by "128+31".

Re: debugstr.c patch

2000-06-14 Thread Dmitry Timoshkov
admiral coeyman [EMAIL PROTECTED] wrote: Print full ansi char set (from 32 to 255), not only from 32 to 126, print other values in hex. Umm, would that print the characters from 128 to 128+31 too? If so, I don't think that should be done. Actually, there are no ansi characters

Re: debugstr.c patch

2000-06-14 Thread admiral coeyman
Ove Kaaven, Actually, there are no ansi characters above 128. (I think the highest real ansi character is 127.) Ansi is a 7-bit (0-127) code. Codes outside of that are extensions to the standard and not always the same. That is wrong. ASCII defines characters 0-127, while