Priest of the Order of the Butterfly
Posts: 534 from 2003/2/25
From: France
Quote:
March wrote:
A few more words about charset transcoding: make sure it will be possible to set/change charset per each chat window (or at least server). Some servers and channgels use utf8, but some still the old iso-8859-x encodings.
Servers don't really care about charset encoding. They usually just send the string received as is. Charset encoding is more a matter of the client side and IRC protocol has absolutely no provision for charset signaling. I read that some servers do some on the fly charset conversion. I will add some charset encoding per chat window/server.
At least, i could implement some heuristics to detect charset encoding. This is a real impressise process with random results but could at least improve somewhat the situation.
As the charset is matter of the client, I could add as well some charset context menu entry in the nickname list to set correct encoding if any problem occurs with a client.
Thanks for submit.