FixFonts for non-English Letters
version 1.4.0  , Freeware
(c)1998 Yuri Volkov, Moscow, Russia email: programmer@iname.com

Eliminate many problems with non-English letters
in Windows95,98 and Windows NT
(e.g. greek symbols or blanks instead of letters)!
You may run the program as much times as you wish after adding some new fonts.
Restart computer for the effect.

You must have MSVBVM50.DLL (VB5 servise pack 3 runtime)
in the WINDOWS\SYSTEM directory for this program to work.

This program fills [FontSubstitutes] section of WIN.INI so that
your desired code page, e.g. 204 for Cyrillic letters) is default
for every installed True Type font. If you don't know the "code page"
for your language - look in [FontSubstitutes] section of WIN.INI and
find something like this:
Arial,0=Arial,NNN
-where NNN is your codepage number. In fact the program tries to find the line
itself and prompts you to change it if you wish.

The FixFonts program prompts you for the code page NNN
and after you press "OK" all the lines will look like:
Arial,0=Arial,NNN

Names of all True Type fonts are retrieved from Registry.
All old lines in [FontSubstitutes] other then  "FontName,0=..."
remain unchanged.

Notes about Windows NT
----------------------
In Windows NT WIN.INI contents are usially redirected to the
Registry, so "FontSubstitutes" information is
under the following Registry path:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
\FontSubstitutes

The redirection is transparent for the FixFonts program, because
it uses WriteProfileString Win32 API function,
than knows where to write to.

History of changes
------------------
v 1.4.0  - fixed work under Windows NT
