home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / bsd / 8935 < prev    next >
Encoding:
Text File  |  1992-11-16  |  1.6 KB  |  55 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!sh.wide!wnoc-kyo!kuis!kudpc!nucc!nitgw!rokugogw!masuda
  3. From: masuda@rokugo.co.jp (Yoshihiro Masuda)
  4. Subject: Re: [386bsd] can't deal with 8-bit input
  5. Message-ID: <1992Nov16.140010.6328@rokugo.co.jp>
  6. Reply-To: masuda@babel.ics.nitech.ac.jp
  7. Organization: Rokugo System ELC.,Co.,LTD.
  8. References: <veit.721907190@du9ds3>
  9. Date: Mon, 16 Nov 1992 14:00:10 GMT
  10. Lines: 43
  11.  
  12. libove@libove.det.dec.com (libove@libove.det.dec.com) writes:
  13. : In <1992Nov16.081801.15019@kum.kaist.ac.kr> jbkang@csking.kaist.ac.kr (Joongbin Kang) writes:
  14. : >    % cat
  15. : >    xxxx(entered korean characters -- it can be seen when typing)
  16. : >    (but no echo to tty!)
  17. : >    ^D (this DIDN'T work)
  18. : >    ^C
  19. : >    %
  20. : >  So, what's the problem? If I cannot use hangul in 386bsd, it loses
  21. : >  practicality...Help!
  22. : >                Joongbin Kang
  23. : Just a question: you have entered
  24. :     stty -istrip cs8
  25. : didn't you?
  26.  
  27. May be,this should be work.
  28.  
  29. *** /sys/kern/tty_ring.c.orig    Sun Nov  8 18:44:44 1992
  30. --- /sys/kern/tty_ring.c    Sun Nov  8 18:45:50 1992
  31. ***************
  32. *** 155,161 ****
  33.   catb(from, to)
  34.       struct ringb *from, *to;
  35.   {
  36. !     char c;
  37.   
  38.       while ((c = getc(from)) >= 0)
  39.           putc(c, to);
  40. --- 155,161 ----
  41.   catb(from, to)
  42.       struct ringb *from, *to;
  43.   {
  44. !     register c;
  45.   
  46.       while ((c = getc(from)) >= 0)
  47.           putc(c, to);
  48. -- 
  49. masuda@rokugo.co.jp
  50. $@A}ED2BBY(J@$@O;9g%7%9%F%`EE;R9)6H(J
  51. $@$^$9$@$h$7$R$m(J@$@$m$/$4$&$7$9$F$`$G$s$7$3$&$.$g$&(J
  52. $@:#7n$N$*8@MU(J: $@J$?eK_$KJV$i$:(J($@2u$l$?(Jdisk $@$N%G!<%?$OLa$C$FMh$J$$(J;_;)
  53.