← Back to team overview

mudlet-makers team mailing list archive

[Bug 815499] [NEW] \ gets stripped out by GMCP composer

 

Public bug reported:

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

** Affects: mudlet
     Importance: Low
     Assignee: Vadim Peretokin (vperetokin)
         Status: In Progress

** Changed in: mudlet
       Status: New => In Progress

** Changed in: mudlet
   Importance: Undecided => Low

** Changed in: mudlet
     Assignee: (unassigned) => Vadim Peretokin (vperetokin)

-- 
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 the MUD client:
  In Progress

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


Follow ups

References