head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	v1_0:1.1.1.1
	WOJU:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2000.10.03.14.31.31;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	99.04.03.01.36.11;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.04.03.01.36.11;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update ports to work more smoothly
- Change maintainer

PR: 21721
Submitted by: MAINTAINER
@
text
@Description:
	Using /usr/bin/telnet in "8-bit environment", for example, BIG5-
encoding Chinese characters environment in Taiwan, is somewhat in-convenient.
	To be able to input Chinese characters, "-8 or -L" options are needed,
however, using these options cause another problem. Specifying "-8 or -L" 
makes ^U or ^C or ^D or ... (any isprint(c)) malfunction when telnet to SunOS.

How-To-Repeat:
	/usr/bin/telnet -8 ms1.hinet.net       (ms1.hinet.net running Solaris)
	login: abcde^U			       (or just press Enter)
	=> the terminal state goes wrong, "reset" is needed to go back
	   to "normal state"

Fix:
Apply the following patch:
gopher://freebsd.csie.nctu.edu.tw/00%2f3%2fA0002063

This make telnet "8-bit clean", being able to input 8-bit data (Chinese
characters) without specifying "-8 or -L" options, and telnet to SunOS 
without trouble.

See also:
WWW: http://www.freebsd.org/cgi/query-pr.cgi?pr=6144
@


1.1
log
@Initial revision
@
text
@d16 1
a16 1
http://freebsd.csie.nctu.edu.tw/gem_html/3/A0002063.html
d23 1
a23 1
http://www.freebsd.org/cgi/query-pr.cgi?pr=6144
@


1.1.1.1
log
@Import of zh-telnet version 1.0.
8bit compatible telnet client for Chinese input

PR:		10063
Submitted by:	Ching-Hong Wu <woju@@freebsd.ntu.edu.tw>
@
text
@@
