Summary: | konversation does not show what is actually sent (encoding) | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Daniel Hahler <kde-bugzilla> |
Component: | general | Assignee: | argonel <argonel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 1.0.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Hahler
2007-12-10 03:42:05 UTC
just some background as to why this is happening, for future reference. we let the qtextstream apply the encoding, so the encoded message doesn't exist when the text is added to the ircview. this will not be fixed in 1.1. assigning to me so i don't forget it. SVN commit 1001417 by tjmchenry: Warn the user when they're sending an invalid char for the set encoding Make it so the ircview shows what gets sent (any '?' replacements) BUG:153762 M +2 -1 config/warnings_config.cpp M +40 -1 irc/outputfilter.cpp M +1 -0 irc/outputfilter.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1001417 |