Menu

#39 Improve escape algorithm

to discuss
closed
nobody
None
2017-05-13
2016-09-20
No

Improve the escape algorithm to support the windows names e.g. \\Server\ShareName.

Currently texts won't be escaped currently to preverse the tab and newline escape sequences.

But the current implementation breaks Windows paths like \\Server\ShareName or C:\Folder\ShareName.

Discuss ways to improve the implementation to support:

  • tab and newline escape sequences
  • Windows path names

Related

Bugs: #182

Discussion

  • Carsten Grohmann

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -8,5 +8,3 @@
    
     * tab and newline escape sequences
     * Windows path names
    -
    -Read the initial bug report [bugs:#182] too.
    
     

    Related

    Bugs: #182

  • Carsten Grohmann

    • Group: Next Release --> to discuss
     
  • Dietmar Schwertberger

    Please check the current version from the repository. Things should work.

    Regards,
    Dietmar

     
  • Dietmar Schwertberger

    • status: open --> closed
     

Log in to post a comment.