[Bug 206396]

2021-03-09 Thread Justin Zobel
Thank you for the bug report.

As this report hasn't seen any changes in 5 years or more, we ask if you
can please confirm that the issue still persists.

If this bug is no longer persisting or relevant please change the status
to resolved.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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

[Bug 206396] Re: kopete with meanwhile sametime protocol can't handle accents

2014-12-10 Thread Bug Watch Updater
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.0 +0100
+++ kdenetwork/kopete/protocols/meanwhile/meanwhilesession.cpp  2009-01-19 
12:18:01.0 +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.

[Bug 206396] Re: kopete with meanwhile sametime protocol can't handle accents

2011-02-03 Thread Bug Watch Updater
** Changed in: kopete
   Importance: Unknown => Medium

-- 
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

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


[Bug 206396] Re: kopete with meanwhile sametime protocol can't handle accents

2009-07-27 Thread Jonathan Thomas
** Changed in: kdenetwork (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: kdenetwork (Ubuntu)
   Importance: Undecided => Low

-- 
kopete with meanwhile sametime protocol can't handle accents
https://bugs.launchpad.net/bugs/206396
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdenetwork in ubuntu.

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


[Bug 206396] Re: kopete with meanwhile sametime protocol can't handle accents

2008-12-26 Thread Bug Watch Updater
** Changed in: kopete
   Status: New => Confirmed

-- 
kopete with meanwhile sametime protocol can't handle accents
https://bugs.launchpad.net/bugs/206396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 206396] Re: kopete with meanwhile sametime protocol can't handle accents

2008-06-09 Thread Bug Watch Updater
** Changed in: kopete
   Status: Unknown => New

-- 
kopete with meanwhile sametime protocol can't handle accents
https://bugs.launchpad.net/bugs/206396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 206396] Re: kopete with meanwhile sametime protocol can't handle accents

2008-06-09 Thread Yuriy Kozlov
Confirmed according to upstream bug.

** Bug watch added: KDE Bug Tracking System #131425
   http://bugs.kde.org/show_bug.cgi?id=131425

** Also affects: kopete via
   http://bugs.kde.org/show_bug.cgi?id=131425
   Importance: Unknown
   Status: Unknown

** Changed in: kdenetwork (Ubuntu)
Sourcepackagename: kopete => kdenetwork
   Status: New => Confirmed

-- 
kopete with meanwhile sametime protocol can't handle accents
https://bugs.launchpad.net/bugs/206396
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kdenetwork in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 206396] [NEW] kopete with meanwhile sametime protocol can't handle accents

2008-03-25 Thread aftertaf
Public bug reported:

Binary package hint: kopete

In all versions since feisty... I have the same behaviour.. in current
kopete in hardy


I use kubuntu in english language, setup for use in France.
I have an azerty keyboard.

When I send messages to sametime contacts if i use an accent (  é, à, ç, è  ) 
the whole message I sent is badly handled . . . the receiver only gets an empty 
line in his chat window.
And when someone sends me a message with an accent, i get @# type of characters 
instead of the letter with an accent...

Is it kopete, or the meanwhile wrapper for sametime?

how can I give you more information to help?

** Affects: kopete (Ubuntu)
 Importance: Undecided
 Status: New

-- 
kopete with meanwhile sametime protocol can't handle accents
https://bugs.launchpad.net/bugs/206396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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