[Bug 69754] Re: Edgy: kopete sending nbsp; instead of space

2008-09-20 Thread Beata Graff av dalHagen
Just ran into this bug again. Local is Kopete 0.12.7 with KDE 3.5.9,
remote is Trillian 3.1 (May 19, 2008), not pro.

Remote reports that the first message from me contains many nbsp:
(I typed 'Woof!' followed by Enter, remote copy/pasted back)

Woof! nbsp;nbsp;nbsp;nbsp;nbsp;
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;
nbsp;nbsp;nbsp;nbsp; nbsp;nbsp;nbsp;nbsp;
nbsp;nbsp;nbsp;nbsp;nbsp;  nbsp;nbsp;nbsp;nbsp;
nbsp;nbsp;nbsp;nbsp;nbsp; nbsp;nbsp;nbsp;nbsp;nbsp;
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;
nbsp;nbsp;nbsp;nbsp;

and that subsequent messages only follow with deliberate multiple
spaces.

Hope this helps.

-- 
Edgy:  kopete sending nbsp; instead of space
https://bugs.launchpad.net/bugs/69754
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 69754] Re: Edgy: kopete sending nbsp; instead of space

2008-04-14 Thread EasilyAmused
Not fixed for me.  Running Gutsy with Kopete 0.12.7 and KDE 3.5.8.

-- 
Edgy:  kopete sending nbsp; instead of space
https://bugs.launchpad.net/bugs/69754
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 69754] Re: Edgy: kopete sending nbsp; instead of space

2008-02-15 Thread Matt Rogers
Fixed upstream in KDE 4 for both AIM and Trillian.

** Changed in: kdenetwork (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Edgy:  kopete sending nbsp; instead of space
https://bugs.launchpad.net/bugs/69754
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 69754] Re: Edgy: kopete sending nbsp; instead of space

2007-11-16 Thread Susan Rosenberger
Yes, it's fixed for me in Gutsy! Using Kopete 0.12.7 (Using KDE 3.5.8).

-- 
Edgy:  kopete sending nbsp; instead of space
https://bugs.launchpad.net/bugs/69754
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdenetwork in ubuntu.

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


[Bug 69754] Re: Edgy: kopete sending nbsp; instead of space

2007-11-15 Thread Risto H. Kurppa
fixed in gutsy?

-- 
Edgy:  kopete sending nbsp; instead of space
https://bugs.launchpad.net/bugs/69754
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdenetwork in ubuntu.

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


[Bug 69754] Re: Edgy: kopete sending nbsp; instead of space

2007-10-16 Thread ssh
This is by design within the lexer:

 while ((pos = re.search(str, pos)) != -1) {
        len = re.matchedLength();

        if (len == 1)
            continue;
        QString s =  ;
        for (int i = 1; i  len; i++)
            s += nbsp;;
        str.replace(pos, len, s);
    }

As much as I'd like this bug to go away, as this is intentionally AWFUL
design (we want to send two spaces? fudge it so it'll pass an HTML
client!) I'd like Trillian to get this taken care of, too.

I'd also like a pony.

-- 
Edgy:  kopete sending nbsp; instead of space
https://bugs.launchpad.net/bugs/69754
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdenetwork in ubuntu.

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


[Bug 69754] Re: Edgy: kopete sending nbsp; instead of space

2007-09-04 Thread Sarah Hobbs
** Changed in: kdenetwork (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Edgy:  kopete sending nbsp; instead of space
https://bugs.launchpad.net/bugs/69754
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdenetwork in ubuntu.

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


[Bug 69754] Re: Edgy: kopete sending nbsp; instead of space

2007-04-29 Thread TheReaperD
I'm running into the same issue.  Running Kubuntu 7.04 i386.  Contact is
on AIM channel with the other end being a Trillian user.

-- 
Edgy:  kopete sending nbsp; instead of space
https://bugs.launchpad.net/bugs/69754
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdenetwork in ubuntu.

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


[Bug 69754] Re: Edgy: kopete sending nbsp; instead of space

2007-03-22 Thread Susan Rosenberger
This happens with me as well, using AIM, with me using Kopete and the
recipient using Trillian 3.1 build 121. I'm using Kubuntu Edgy - KDE
3.5.5 and Kopete 0.12.3.

I tried using the Auto Replace plugin to fix it. I tried replacing
nbsp; with one space, two spaces, and replacing two spaces with one
space, and none of them worked.

One space is normal, two spaces gets nbsp;, three spaces gets a space
and a nbsp;, and four spaces gets two nbsp; - example (three spaces
between when and i in the first sentence, 4 spaces between about and
four in the second sentence):

Susan: and what do you get whennbsp;  i send 3 spaces in a row like
that? how aboutnbsp; nbsp; four like there?

Is there anything else I should do? I'm totally new at using Launchpad.
Do I click the Also Needs Fixing Here button?

-- 
Edgy:  kopete sending nbsp; instead of space
https://launchpad.net/bugs/69754

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


[Bug 69754] Re: Edgy: kopete sending nbsp; instead of space

2007-03-20 Thread Thomas Langvann
I just compiled from the KDE3.5 branch and the same behavior can be
observed there (Kopete 0.12.4).

I've tested MSN, Jabber and AIM-protocols against a Trillian-client...
Only AIM seems to be affected by this issue

-- 
Edgy:  kopete sending nbsp; instead of space
https://launchpad.net/bugs/69754

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


[Bug 69754] Re: Edgy: kopete sending nbsp; instead of space

2007-03-12 Thread Sarah Hobbs
is this just on aim?

-- 
Edgy:  kopete sending nbsp; instead of space
https://launchpad.net/bugs/69754

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


[Bug 69754] Re: Edgy: kopete sending nbsp; instead of space

2007-03-12 Thread Juan Carlos Torres
Does this behavior only happen with AIM and Trillian? If so, it looks
like a possible regression of this KDE bug:

http://bugs.kde.org/show_bug.cgi?id=80158

Waiting for more information from upstream.

-- 
Edgy:  kopete sending nbsp; instead of space
https://launchpad.net/bugs/69754

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


[Bug 69754] Re: Edgy: kopete sending nbsp; instead of space

2007-03-12 Thread Juan Carlos Torres
By the way, does this behavior still happen in the latest Kopete version
(0.12.4)?

** Changed in: kopete (Ubuntu)
Sourcepackagename: kopete = kdenetwork
   Status: Unconfirmed = Needs Info

-- 
Edgy:  kopete sending nbsp; instead of space
https://launchpad.net/bugs/69754

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


[Bug 69754] Re: Edgy: kopete sending nbsp; instead of space

2007-02-27 Thread Thomas Langvann
I'm also experiencing the same behaviour.

I'm using the AIM protocol and the other client (that receives the
nbsp;-sequence) is using Trillian.

Kopete 0.12.3
Edgy

-- 
Edgy:  kopete sending nbsp; instead of space
https://launchpad.net/bugs/69754

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