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

ssh shawnpc at holwegner.com
Tue Oct 16 21:59:34 UTC 2007


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 += " ";
        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   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.




More information about the kubuntu-bugs mailing list