Closed GoogleCodeExporter closed 9 years ago
Sorry for the late response, I didn't get notified about this issue by the
system...
First of all, Soiled currently only supports ASCII, ISO-8859-1 and UTF-8
character encodings, so if the server
doesn't use any of them, it is the expected behaviour (but in that case please
file a bug report about what
encoding you need and I might add it).
If the server uses UTF-8, how does it switch to UTF-8? Does it use the TELNET
CHARSET option negotiation or
does it send ESC % G ?
Original comment by bofh69
on 18 Nov 2009 at 2:01
Thank you for the response.
The server uses UTF-8 characters.
I know neither the way of switching characters nor how to examine it,
but as far as I see binary data produced by the server,
there is nothing special such as "TELNET CHARSET" and "ESC % G".
I'm not sure but just guess that UTF-8 characters are directly injected into the
output stream.
If you have further examination procedure, please let me know.
Original comment by kariya1...@gmail.com
on 26 Nov 2009 at 7:38
Can you attach a short ttyrecord file that shows the problem or point me to a
server
where it is servered?
It might be that the server doesn't switch to UTF-8, but expects that the
client is
expecting UTF-8 from the beginning. That is really an incorrect behavior of the
server,
but I'll add an parameter to Soiled to force it into UTF-8 mode from the
beginning.
Original comment by bofh69
on 26 Nov 2009 at 7:51
I've added the parameter "charset" to soiled (in trunk) and updated its html
page to have examples of using it to
force soiled to use utf-8 from the beginning.
Please try that and let me know how it goes.
Original comment by bofh69
on 1 Dec 2009 at 5:01
Thanks a lot (and sorry for my late response).
I tried the trunk with the "charset" parameter
and found CJK characters displayed well.
Original comment by kariya1...@gmail.com
on 10 Dec 2009 at 4:21
Great! I'll close this report then.
Original comment by bofh69
on 13 Jan 2010 at 1:44
Original issue reported on code.google.com by
kariya1...@gmail.com
on 30 Oct 2009 at 10:41