home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / vms / 22031 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  2.7 KB

  1. Path: sparky!uunet!destroyer!gatech!concert!ais.com!bruce
  2. From: bruce@ais.com (Bruce C. Wright)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Diacriticals???How???
  5. Message-ID: <1993Jan26.115034.5963@ais.com>
  6. Date: 26 Jan 93 11:50:34 GMT
  7. References: <1993Jan25.174918.7456@gw.wmich.edu>
  8. Organization: Applied Information Systems, Chapel Hill, NC
  9. Lines: 47
  10.  
  11. In article <1993Jan25.174918.7456@gw.wmich.edu>, 92anderson@gw.wmich.edu writes:
  12. > I have a problem....    how does one implement diacriticals (those funny-
  13. >     looking foreign marks/letters) on a vax/vms?
  14. > Everytime I switch to a foreign keyboard set, and login to the system, it 
  15. >     reverts back to usa.
  16.  
  17. What kind of terminal (or PC terminal emulator) are you using?  What
  18. does your comm link look like?  Other settings on either the terminal
  19. emulator or on VMS?  It's not obvious from your article what you're
  20. doing wrong;  VMS (even the US version) certainly does support multi-
  21. national characters.  My guess is that you're doing one of the following
  22. things wrong:
  23.  
  24.     1)    You are connected to the system over a 7-bit data line.  Most
  25.     programs expect to be able to send multinational characters
  26.     over an 8-bit data path.  In this case you should be able to
  27.     use the accented characters if you set up your comm line to
  28.     use 8-bit data (8-bit characters in the setup on your terminal
  29.     end and SET TERM /EIGHTBIT to VMS;  or you may be able to do
  30.     SET TERM /FALLBACK in VMS.  This last approach will depend on
  31.     whether the terminal fallback facility (TFF) is active and how
  32.     your applications do I/O to the terminal;  depending on your
  33.     VAX's exact setup it may or may not work.  (Try looking at
  34.     HELP SET TERM /FALLBACK and HELP SET TERM /EIGHTBIT).
  35.  
  36.     2)    You are not using the DEC Multinational character set nor the
  37.     ISO Latin-1 character set as an 8-bit set, but are trying to
  38.     use one of the alternative left-hand code pages that replace
  39.     the square brackets and other characters with a small number
  40.     of accented characters.  It's possible that some software on
  41.     the VAX is explicitly setting your left-hand code page (maybe
  42.     because you have US ASCII as your power-up condiiton on your
  43.     terminal and something on the VAX is sending a reset sequence
  44.     to your terminal).  In this case, try either setting up your
  45.     keyboard after you're logged into the VAX and see if that works
  46.     any better;  or try using one of the 8-bit character sets that
  47.     I mentioned above, these give you a much wider selection of
  48.     accented characters and are supported by more printers than the
  49.     various national left-hand code pages.
  50.  
  51. If neither of these things work, tell us exactly what software you're
  52. using and exactly how it's set up and what you're doing that causes
  53. the problem.
  54.  
  55. Bruce C. Wright
  56.