home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / charsets / cp866.doc < prev    next >
Internet Message Format  |  2020-01-01  |  940b

  1. Date:  Mon, 8 Oct 90 15:16 EDT
  2. From: Dimitri Vulis <DLV@CUNYVMS1.BITNET>
  3. Subject: Cyrillic Code Page 866
  4.  
  5. To use CP 866 (al'ternativnyj variant) and also 880 (GOST) under MS-DO 3.30 or
  6. later, EGA or VGA, uudecode the CP866.UUE file, unzip the resulting ZIP file,
  7. add this to your CONFIG.SYS:
  8.  
  9. DEVICE=C:\DOS\DISPLAY.SYS CON:=(EGA,437,(2,3))
  10.  
  11. (You have to say 'EGA' even if you're really using a VGA.  2 is the number of
  12. code pages you are going to load; increase this number if you want to load
  13. other pages.  3 is the number of font variants;  3 is for VGA (16, 14 and 8
  14. pixels high);  2 is for EGA (only 14 and 8).)
  15.  
  16. Add the following to your AUTOEXEC.BAT:
  17.  
  18. MODE CON CP PREPARE=((880) XTRA.CPI)
  19. MODE CON CP SELECT=880
  20. KEYBRUn,
  21.  
  22. replacing 880 by 866 if you like. n=1,2,3,4: various keyboard drivers for 880
  23. or 866 and GOST or phonetic key layout.  Have fun. (I'm not enclosing the
  24. source codes to the rasters because they're huge.)
  25.  
  26. Dimitri
  27.