Changes between Initial Version and Version 1 of Ticket #2438, comment 4


Ignore:
Timestamp:
2015-06-03T02:02:43Z (9 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2438, comment 4

    initial v1  
    11The design doc leaves the encoding of paths as filenames unspecified. We decided to encode directory separators as "@" characters. A "@" in the original filename is escaped as "@@".
    2 (This is unambiguous because path elements cannot be zero-length.)
     2~~(This is unambiguous because path elements cannot be zero-length.)~~
     3
     4Edit: see #2442.