\ gets stripped out by GMCP composer

Bug #815499 reported by Vadim Peretokin
18
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Mudlet
Opinion
Low
Vadim Peretokin

Bug Description

The \ character gets stripped out by the GMCP composer.

A workaround is to use \\ that gets transformed into \.

A patch to apply to Mudlet is on ctelnet.cpp, line 1106, replace it with:

_h += txt.replace(QString("\\"), QString("\\\\")).toLatin1().data();

Changed in mudlet:
status: New → In Progress
importance: Undecided → Low
assignee: nobody → Vadim Peretokin (vperetokin)
Revision history for this message
Heiko (koehnheiko) wrote :

still relevant?

Revision history for this message
Vadim Peretokin (vperetokin) wrote : Re: [Bug 815499] Re: \ gets stripped out by GMCP composer

Yes - the patch above needs to be applied

Changed in mudlet:
status: In Progress → Fix Committed
Revision history for this message
Heiko (koehnheiko) wrote :

I think this has been fixed

Changed in mudlet:
status: Fix Committed → Fix Released
Revision history for this message
Roland Goldberg (phoenixcodes) wrote :

This is happening again, exactly as above, in 3.0 Kappa. Have not yet installed 3.0 full release to test this.

Changed in mudlet:
status: Fix Released → New
Revision history for this message
Roland Goldberg (phoenixcodes) wrote :

Not sure if https://bugs.launchpad.net/mudlet/+bug/1676542 is a duplicate of this, or vice versa. 1676542 is in reference to more characters.

Revision history for this message
Vadim Peretokin (vperetokin) wrote :

Migrating issues to Github, please follow the new discussion here: https://github.com/Mudlet/Mudlet/issues/523

This issue needs to be closed and there is no appropriate status, so will set it to "Opinion" just for migration purposes.

Changed in mudlet:
status: New → Opinion
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.