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 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.
Actually there are ANSI characters above 128. The highest ASCII character is 127.
Full ANSI character set is from 0 to 255. Unprintable (control) characters are
from 0 to 31. All other codes are legal ANSI values. Those codes can map
to different characters in different code pages.
Dmitry.