Tracesnow001 / welly

Automatically exported from code.google.com/p/welly
GNU General Public License v2.0
0 stars 0 forks source link

Cannot input Chinese in bbs.gamer.com.tw #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect by "telnet bbs.gamer.com.tw" (Remember to set to big5 & ^U)
2. Input some Chinese, for eg. 阿

What is the expected output? What do you see instead?
2-bytes Chinese character 阿 is expected. However the output is *|.

Please use labels and text to provide additional information.
In Nally, Chinese input works well, but Welly fails.

Original issue reported on code.google.com by talent...@gmail.com on 28 Apr 2009 at 9:31

GoogleCodeExporter commented 9 years ago
This should be resulted from using "telnet address" format. When using
"telnet://address", this bug would not occur, since "telnet://" uses -8 
parameter
while "telnet<space>" doesn't. However, I think this should be mentioned in the 
help.

Original comment by talent...@gmail.com on 28 Apr 2009 at 3:46