===========================================================================
3SEP03 - CODEPAGE.EXE - Display Codepage Name given Codepage value
===========================================================================

A Windows' CONSOLE program that will translate a numeric MS-DOS - or
Windows - Codepage number into the corresponding name.

It does not depend upon any particular Codepage being activated.

Codepage numbers must be in the range 37 to 65535.

Not all Codepage numbers in this range are defined. Undefined numbers
are listed as "unkonwn".

---------------------------------------------------------------------------
SYNTAX

   CODEPAGE  n
      'n' = any valid Codepage value, or
   CODEPAGE  /A[LL]
      to list all defined Codepages.

   Examples:
      CODEPAGE  437 - Shows "OEM English PC-8/IBM-2"
      CODEPAGE  850 - Shows "International/Multilingual (Latin 1)"
      CODEPAGE  852 - Shows "Slavic/Eastern Europe (Latin 2)"
      CODEPAGE  /A  - Lists ALL Codepages


---------------------------------------------------------------------------
DEPENDENCIES

This program uses several Windows' DLL files. If these are not present you
will get an error message indicating which DLL is missing.

If this occurs, download the required DLLs from the links given in:-
   http://www.procon.com.au/UtilDLLs.htm

---------------------------------------------------------------------------
DISCLAIMER

Use this utility at your own risk! If you do not understand
  CONSOLE Mode,
  Command Line parameters,
  Windows' Codepages,
  etc.,
you will not have any need for use this utility.

===========================================================================

