David
Wed Apr 27 11:33:56 CDT 2005
Thanks for the explanation Gary of the difference between
ALT+nnnn and ALT+nnn, the following shows what
you mentioned (CP 437 and CP 850 have the box drawing characters).
MS-DOS Codepage 850 (Multilingual Latin 1)
http://www.kostis.net/charsets/cp850.htm
http://www.kostis.net/charsets/cp437.htm
which we would not be seeing in the
Microsoft Windows Codepage 1252 (ANSI)
http://www.kostis.net/charsets/cp1252.htm
Table shown with hex digits
Windows Code Page 1252
http://www.microsoft.com/globaldev/reference/sbcs/1252.htm
"Gary Smith" <bitbucket@example.com> wrote in message news:OrkyPTuSFHA.548@tk2msftngp13.phx.gbl...
> Characters entered with the leading zero are interpreted as being in the
> so-called ANSI character set, where character 248 is Latin small o with
> slash. Characters entered without the leading zero are interpreted as
> being in the default codepage ("OEM" character set) and are remapped to
> ANSI. The most commonly used code pages are 437 and 850. In both of
> these, character 248 is the degree symbol. When you enter Alt+248,
> Windows changes the value 248 to 176, so what you see is the degree symbol
> Windows assumes you meant.
>
> The difference between using and omitting the leading zero applies only
> when the OEM character also exists in the ANSI set, but in a different
> position. Thus Alt+176 and Alt+0176 do the same thing because character
> 176 in CP 437 and 850 is a drawing charcter not present in the ANSI set.
>
>
>
> David McRitchie <dmcritchie@msn.com> wrote:
> > Okay, but why does Alt+248 without the leading zero
> > equate to Alt+0176 (with the leading zero)
>
> > "Beege" <bwgilman__@hotmail.com> wrote
> >> And how do you feel about ALT + 248? ?
>
>
> --
> Gary L. Smith gls432@yahoo.com
> Columbus, Ohio