Launchpad has imported 10 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=131425.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2006-07-27T02:50:46+00:00 ccmmss wrote:

Version:           0.12.1 (using KDE KDE 3.5.2)
Installed from:    Gentoo Packages
Compiler:          3.4.6 gcc version 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, 
pie-8.7.9)
OS:                Linux

Problems sending and receiving messages with accents and other
characters used in Spanish lenguage. When sending to a client using
Sametime, the Sametime shows only an blank line. When receiving from a
Sametime, Kopete shows weird characters (1 or more) in place of every
accented character.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/206396/comments/0

------------------------------------------------------------------------
On 2006-07-27T02:52:15+00:00 ccmmss wrote:

Meanwhile package & version: meanwhile-1.0.2

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/206396/comments/1

------------------------------------------------------------------------
On 2008-03-12T12:24:33+00:00 Bekesa wrote:

Here 100% reproducible with Kopete 0.12.7 and of course with not only
Spanish characters.


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/206396/comments/2

------------------------------------------------------------------------
On 2008-11-17T10:04:51+00:00 Aiacovitti wrote:

I have the same problem here (kopete 0.12.7 meanwhile 1.0.2), can
someone point me on what part of code to look to help solve this bug ?

Thanks, 
Andrea

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/206396/comments/5

------------------------------------------------------------------------
On 2008-12-26T18:56:08+00:00 Konquerortest wrote:

*** This bug has been confirmed by popular vote. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/206396/comments/6

------------------------------------------------------------------------
On 2009-01-19T13:53:14+00:00 Aiacovitti wrote:

I applied the following patch on kopete (kde 3.5.10) and the problem with 
accented characters has gone.
It consists in converting messages on utf8 before send or display. I'm not 
expert, may be this is a "dirty" patch, but anyway it works for me.... upstream 
developers will know better than me if side effects are triggered...

Regards.
Andrea. 

--- kdenetwork/kopete/protocols/meanwhile/meanwhilesession.cpp  2009-01-19 
12:17:30.000000000 +0100
+++ kdenetwork/kopete/protocols/meanwhile/meanwhilesession.cpp  2009-01-19 
12:18:01.000000000 +0100
@@ -351,7 +351,7 @@
         mwConversation_open(conv);
 
     } else if (!mwConversation_send(conv, mwImSend_PLAIN,
-                message.plainBody().ascii())) {
+                message.plainBody().utf8())) {
         convdata->chat->appendMessage(message);
         convdata->chat->messageSucceeded();
     }
@@ -808,7 +808,7 @@
         for (it = convdata->queue->begin(); it != convdata->queue->end();
                 ++it) {
             mwConversation_send(conv, mwImSend_PLAIN,
-                    (*it).plainBody().ascii());
+                    (*it).plainBody().utf8());
             convdata->chat->appendMessage(*it);
             convdata->chat->messageSucceeded();
         }
@@ -857,7 +857,7 @@
     case mwImSend_PLAIN:
         {
             Kopete::Message message(convdata->contact, account->myself(),
-                    QString((char *)msg), Kopete::Message::Inbound);
+                    QString::fromUtf8((char *)msg), Kopete::Message::Inbound);
             convdata->chat->appendMessage(message);
         }
         break;


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/206396/comments/7

------------------------------------------------------------------------
On 2009-08-14T18:05:50+00:00 Rdieter-math wrote:

*** Bug 146705 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/206396/comments/8

------------------------------------------------------------------------
On 2009-10-26T17:43:13+00:00 Bekesa wrote:

Did someone fix this problem?
I am using kopete 0.70.90 (KDE 4.3.1) with libmeanwhile1 1.0.2-3 and the 
problem does not seem to exist. The peer was using "sametime 8.1" client.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/206396/comments/9

------------------------------------------------------------------------
On 2010-02-15T10:58:17+00:00 Bekesa wrote:

I don't seem to have this problem any more.
Please close the bug if it was really fixed.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/206396/comments/10

------------------------------------------------------------------------
On 2014-12-10T15:47:50+00:00 Kde-e wrote:

I have a similiar bug with german umlauts. I can receive messages
containing umlauts (like ä, ö, ü...), but sent messages with one if
these characters are not received by the Sametime client (not even a
blank line). I think it might be a charset problem.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/206396/comments/11


** Changed in: kopete
       Status: Confirmed => Unknown

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdenetwork in Ubuntu.
https://bugs.launchpad.net/bugs/206396

Title:
  kopete with meanwhile sametime protocol can't handle accents

To manage notifications about this bug go to:
https://bugs.launchpad.net/kopete/+bug/206396/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to