home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / hp / 14643 < prev    next >
Encoding:
Text File  |  1993-01-08  |  2.2 KB  |  63 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!mcsun!julienas!jussieu!umberto
  3. From: umberto@aomc.jussieu.fr (Umberto D'Ortona)
  4. Subject: Re: Problem with ISO8859 and HP keyboard
  5. Message-ID: <1993Jan8.131612.6687@jussieu.fr>
  6. Sender: news@jussieu.fr (Le Facteur)
  7. Nntp-Posting-Host: magritte.aomc.jussieu.fr
  8. Organization: AOMC, Universite Pierre et Marie Curie, Paris, France
  9. References:  <1993Jan6.125830.8710@ratp.fr>
  10. Date: Fri, 8 Jan 1993 13:16:12 GMT
  11. Lines: 50
  12.  
  13. In article <1993Jan6.125830.8710@ratp.fr>, jt@ratp.fr (Janick TAILLANDIER) writes:
  14. |> I have installed patch PHSS_1659 on an HP9000/400 (HP-UX 8.0) to be able
  15. |> to use the ISO8859-1 character set with the resource "HPterm*roman8" set
  16. |> to "False" and an appropriate ISO font.
  17. |> 
  18. |> Everything works fine but...  with an HP46021AF keyboard (French layout),
  19. |> the key sequence [Ext Char][`] does not generate the character '|' (decimal
  20. |> 124) but a character whose decimal value is 166.  I am worried since this
  21. |> key sequence in the only way to introduce the '|' character (very useful on
  22. |> Unix :-) with a French keyboard.
  23. |> 
  24. |> Have I missed something ?
  25. |> 
  26. |> Janick Taillandier
  27. |> jt@ratp.fr
  28.  
  29. Hi,
  30. I have a analogous problem.
  31. Same keyboard, HP720 and HP-UX 8.05
  32. When I work in a hpterm, I obtain the pipe character "|"
  33. by typing  [Ext Char][`] but when I work in a xterm,
  34. the same sequence give me a capital i with a hat 
  35. something like I^ . So I compile and execute the small
  36. following C program 
  37.  
  38. #include <stdio.h>
  39. main() {
  40.     int c;
  41.     while ((c =getchar())!= EOF) {
  42.         printf("%d \n",c);
  43.     }
  44. }
  45. When I execute it in hpterm, and I type  [Ext Char][`] 
  46. it give me 124, fine but when I execute it in a xterm
  47. it give me 166. 
  48. Till now, I have found no solution, if I want a pipe in
  49. a xterm (and I'm oblige to use xterm, because on some computer
  50. there is no hpterm) I have tu cut and paste from an hpterm.
  51. So I think my problem is very close from the one of Janick Taillandier.
  52. I have also red the two answers of Arne Thormodsen and, may be I'm not
  53. so smart, but I don't see the solution.
  54. Hope this will help to fix the problem
  55.   
  56.  
  57. -- 
  58. Umberto D'Ortona (umberto@aomc.jussieu.fr)
  59. Labo. AOMC   Universite  P.  et  M.  Curie 
  60. 4  Pl Jussieu  75252 Paris Cedex 5  FRANCE
  61. Tel: 33 1 44274529      Fax: 33 1 44273854
  62.  
  63.