raisedragon / pircbotx

Automatically exported from code.google.com/p/pircbotx
0 stars 0 forks source link

Correctly handle different encodings in the same channel #158

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect to a channel with people speaking a language using accents (French, 
Spanish, ...) and having clients using different encodings (UTF-8 and 
ISO-8859-1 for example).
2. Have them both send a message containing accents.
3. The bot will read correctly the message sent in the same encoding it was 
initialized with but not the one with a different encoding. For example, in one 
case it will read "été", in the other "?t?".

What is the expected output? What do you see instead?
"été" in both cases.

What version of the product are you using? On what operating system?
Linux, pircbotx 2.0.1

Original issue reported on code.google.com by emmanuel...@gmail.com on 16 Dec 2013 at 11:56

GoogleCodeExporter commented 9 years ago
This was already reported in Issue #141. Slated for v2.1

Original comment by Lord.Qua...@gmail.com on 16 Dec 2013 at 11:58