Notes on installing the GS display character set
================================================
(only for EGA and VGA character set of standard code page 437)

General
-------
Loadable character sets (code pages) are supported as of MS-DOS 3.3.
In standard DOS installation the display character set is loaded from the
EGA.CPI file.
This display character set does not satisfy the requirements of the German GS
character. This diskette contains a loadable display character set GS.CPI
whose VGA character set is authorized for GS.

Installation
------------
1)      Copy the GS.CPI file into the directory containing your DOS files
	(e.g. C:\DOS).

2)      Modify CONFIG.SYS and AUTOEXEC.BAT by adding the following:

	CONFIG.SYS:

	DEVICE =C:\DOS\DISPLAY.SYS CON=(EGA,437,1)
	INSTALL=C:\DOS\NLSFUNC.EXE C:\DOS\COUNTRY.SYS


	AUTOEXEC.BAT:

	MODE CON CODEPAGE PREPARE=((437) C:\DOS\GS.CPI)
	CHCP 437

3)      Reboot your computer.


If you encounter any problems or modifications are made, please refer to the
chapter on the use of code pages in your DOS reference manual.
