Escaping in MIF strings

Issue #285 resolved
Former user created an issue

Original issue 285 created by @ysavourel on 2012-10-17T23:15:43.000Z:

When merging back string text, the MIF Filter loses escape slashes.
For example:
<VariableDef `<$monthname\> <$daynum\>, <$year\>'>
becomes:
<VariableDef `<$monthname> <$daynum>, <$year>'>

Also escaped bytes like \x14 get lost or incorrectly merged back.

Comments (1)

  1. Former user Account Deleted

    Comment 1. originally posted by @ysavourel on 2012-11-08T21:19:01.000Z:

    The lines commented out that were escaping the text converted to inline code has been restored and the escaping is done again.

  2. Log in to comment