home *** CD-ROM | disk | FTP | other *** search
/ Languages Around the World / LanguageWorld.iso / language / vietnam / viewer / screenvn.doc next >
Encoding:
Text File  |  1994-02-28  |  2.4 KB  |  95 lines

  1.  
  2. SCREENVN V1.2
  3. -------------
  4.  
  5. This is a resident DOS program for viewing Vietnamese text.
  6. It converts the 7-bit text (the format used on SCV) on the screen
  7. to Viscii 8-bit format. So if you have VN screen-font, you can read
  8. SCV articles or VN text files with any text viewer, and needn't to
  9. do any conversion before.
  10.  
  11.  
  12.  
  13. How to get SCREENVN ?
  14. ---------------------
  15.  
  16. Well, you already have it if you are reading this document.
  17.  
  18.  
  19.  
  20. How to get Vietnamese screen-font ?
  21. -----------------------------------
  22.  
  23. VIETDOS is a great software of TriChlor group. It makes the screen-font
  24. and keyboard. You can get it free via FTP, in many FTP servers. For
  25. example FTP to MEDIA.MIT.EDU, directory pub/Vietnet/Viscii, the file
  26. is VDOS421.ZIP. After get and unzip this file, you will need the file
  27. VIETDOS.EXE (or VIETDOSV.EXE for VGA screens).
  28.  
  29.  
  30.  
  31. How to run SCREENVN ?
  32. ---------------------
  33.  
  34. SCREENVN can work only with VIETDOS or other screen-fonts.
  35.  
  36. First, run VIETDOS
  37.  
  38.    C:\VIET> vietdos M
  39.  
  40. then, run SCREENVN
  41.  
  42.    C:\VIET> screenvn
  43.  
  44. now you can TELNET to your News-server.
  45.  
  46. You can also make a batch file:
  47.  
  48.    C:\VIET>copy con VIETNAM.BAT
  49.    mark
  50.    vietdos M
  51.    screenvn
  52.    ^Z
  53.  
  54. Now just type VIETNAM to load both VIETDOS and SCREENVN.
  55. ( MARK.EXE is for unloading them. If you needn't SCREENVN anymore,
  56. run RELEASE.EXE. These programs are included in VDOS421.ZIP. ).
  57.  
  58.  
  59.  
  60. How does it work?
  61. -----------------
  62.  
  63.  When you load the program, it stays resident in memory and activates
  64. two-three times per second. It searches 7-bit Vietnamese words in the
  65. screen and replaces them with 8-bit characters (in Viscii format) and
  66. space characters. So you needn't to find out what the words like
  67. " Nu+o+'c Vie^.t Nam " mean but just read them easily.
  68.  
  69.  You can also use the following hot-keys to control it's work:
  70.     Alt ESC   : toggle converting ON/OFF
  71.     Alt Gray+ : increase the refreshing speed
  72.     Alt Gray- : decrease the refreshing speed
  73.     Alt TAB   : toggle inserting spaces ON/OFF
  74.  
  75. ( You won't see the effect of changes until you program refresh it's screen ) 
  76.  
  77.  
  78.  
  79. Notes:
  80. ------
  81.  
  82. If you have any comments, ideas of find any errors of this program,
  83. please E-mail to me. My address is:
  84.    
  85.    Pham Minh Tuan
  86.       pham@ludens.elte.hu
  87.    or
  88.       s5147@sun10.vsz.bme.hu
  89.  
  90.  
  91. Hope you will enjoy this little program,
  92.  
  93.    25 Feb 1994
  94.    Tuan
  95.