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

Reply via email to