home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / msdos / misc / 6033 < prev    next >
Encoding:
Text File  |  1992-11-07  |  3.4 KB  |  68 lines

  1. Newsgroups: comp.os.msdos.misc
  2. Path: sparky!uunet!news.univie.ac.at!chx400!news.unige.ch!ugsc2a!fisher
  3. From: fisher@sc2a.unige.ch
  4. Subject: Re: Russian - how to with msdos?
  5. Message-ID: <1992Nov6.130720.1@sc2a.unige.ch>
  6. Lines: 56
  7. Sender: usenet@news.unige.ch
  8. Organization: University of Geneva, Switzerland
  9. References: <1992Oct23.195707.9648@nosc.mil>
  10. Date: Fri, 6 Nov 1992 11:07:20 GMT
  11.  
  12. In article <1992Oct23.195707.9648@nosc.mil>, medin@manta.nosc.mil (Ted Medin) writes:
  13. >  Well i have this request to write & record addresses in crylic russian :-).
  14. > Which opens up a whole nest of snakes. What about the keyboard, screen, printer
  15. > ... . So can someone point me to a starting point or give me a tutorial?
  16.  
  17. The problem with DOS is that the code page for russian is not defined.
  18. Luckily, a moscovite programmer has written a set of utilities for EGA/VGA
  19. screens the allow the editing of cyrillic languages in text mode:
  20.  
  21.     Simetl20 (or mirror) /msdos/screen/evafont.zip
  22.  
  23. You also get a keyboard driver (standard russian), which you can switch
  24. on and off with a hot key.
  25.  
  26. This is nice, of course, but there remains the problem of printing.  Although
  27. there are some cyrillic fonts for HP printers (don't know where, though),
  28. you'd probably have to write a printing program, or printer driver, for it
  29. to work properly.  The best solution would be to use a code-page aware
  30. program, with the cyrillic code page defined, which you can do (surprise!)
  31. with WordPerfect.
  32.  
  33. Unlike DOS, WP supports a code page 899 for russian, using the command-line
  34. switch /CP=899.  The main advantage with WP is that you won't have to
  35. distinguish between "CP 437" (old IBM PC standard) and "CP 899" documents,
  36. because WP has it's own character table for cyrillic (as well as greek,
  37. hebrew, and katakana, btw.).  Once the program from EVAFONT is installed,
  38. simply call "wp /cp=899", and you'll find out that the EGA font mapping
  39. is almost identical with the code page 899 (i think one character is
  40. misplaced, but you can change that).  Now the good news: WP is also able
  41. to print cyrillic characters on any graphical printer, even without a
  42. downloadable font or extra font cartrige.  It might also be a good idea
  43. to ask WP Corp. whether their russian version is available as a "language
  44. module" (together with dictionary and thesaurus).
  45.  
  46. When the cyrillic fonts are not installed, start wp without the /cp
  47. switch, and you'll see little blocks instead of the cyrillic characters,
  48. even though you can see them in print preview and print them normally.
  49. This means that even when you can't see them, WP fully supports them
  50. (including alphabetical sort, selection, etc.).  It is only a hassle
  51. to have to enter them by their character number, without a visual
  52. feed back for the corrections...
  53.  
  54. Using a graphical environment, the problem of EGA font programming
  55. dissapears.  I don't know whether Word for Windows has cyrillic characters,
  56. but WordPerfect for Windows has them, of course.  This way, you won't
  57. even have to load the extra video fonts, you can enter your russian
  58. addresses directly, either using by selecting them in the character menu,
  59. or by writing a user-defined keyboard file.  Again, it is a good idea
  60. to check with your Windows expert whether there is a cyrillic add-on
  61. for Windows (providing a keyboard, and possibly cyrillic characters
  62. in other purely Windows-based word processors).
  63.  
  64. Hope this helps,
  65.  
  66. Markus Fischer    Dpt of Anthropology, Geneva CH    fisher@sc2a.unige.ch
  67.