PCBUILD Archives

Personal Computer Hardware discussion List

PCBUILD@LISTSERV.ICORS.ORG

Options: Use Forum View

Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Kenneth Alan Boyd Ramsay <[log in to unmask]>
Reply To:
PCBUILD - Personal Computer Hardware discussion List <[log in to unmask]>
Date:
Thu, 13 Apr 2000 04:35:10 -0400
Content-Type:
TEXT/PLAIN
Parts/Attachments:
TEXT/PLAIN (41 lines)
> Date:    Wed, 12 Apr 2000 12:58:02 +0100
> From:    Steven Swann <[log in to unmask]>
>
> Hello all,
>    Can any one tell me what the following lines in my autoexec.bat file mean?
>
> mode con codepage prepare=((850) C:\WINDOWS\COMMAND\ega.cpi)
> mode con codepage select=850
>
> Regards,
>
> Steven Swann.

It comes from Windows (or DOS under it).  Check out the MODE and CHCP
(CHange Code Page) commands in a good DOS manual for a listing (and a
proof sheet for each code page).  This changes the way each binary code
is displayed/printed.  437 (US-ASCII) has dollar sign and cent sign.  850
(UK) has dollar sign, but a different cent sign.  863 has French-Canadian
accents.  860 Portugese.  865 Nordic.  There are others.

Depending on which code page you have running at the moment, you may see
something different when you type <Alt>+<the decimal equivalent of the binary
code (range 0 to 255 decimal)>.  For example:

Code Page   UK/Multilingual  US-ASCII   Hexadecimal  Decimal   Binary
                 850           437
Symbol       dollar sign   dollar sign      24          36    0011 0110
                o + /        cent sign      9B         155    1001 1011
             librum sign   librum sign      9C         156    1001 1100
                O + /         yen sign      9D         157    1001 1101
              cent sign        - + "        BD         189    1011 1101


Boyd Ramsay

[log in to unmask]

            Do you want to signoff PCBUILD or just change to
                    Digest mode - visit our web site:
                    http://nospin.com/pc/pcbuild.html

ATOM RSS1 RSS2