← Back to team overview

mudlet-makers team mailing list archive

[Bug 815499] Re: \ gets stripped out by GMCP composer

 

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

-- 
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/815499

Title:
  \ gets stripped out by GMCP composer

Status in Mudlet:
  New

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();

To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/815499/+subscriptions


References