Group: Forum Members
Posts: 6,
Visits: 44
|
Pragma
I now use the telnet server, and I found some issues,
my application have use the char (0xA1 0xFC: it is the up-arraw in GB2312, and 0xA1 0xFD:down-arraw in GB2312), these words can been shown under telnet server 7.0 (Version: 7.0 Build 4 Revision 589)
but words can not be shown under version 7.0 Build 9 Revision 1225 or 1715
I check the client log and find the data have been change into one byte char and displayed as "?"
I think it is an issue.
to avoid it, I try to use feature of codepage translate (936 GB2312 or UTF8), and i find an strange problem, all double-byte char have been output twice.
for example: orginal words BC C7 C2 BC, and client will recieve the data BC C7 BC C7 C2 BC C2 BC. (GB2312)
do you have suggestion to solve them?
|