Changes between Initial Version and Version 1 of Ticket #1135, comment 16
- Timestamp:
- 2011-01-09T02:04:02Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1135, comment 16
initial v1 4 4 > However regarding backslash quoting behaviour: wont this break other stuff due to things such as "C:\new folder\fav_pet\targh42" being interpreted as "C:" followed by a newline, followed by "ew folder", followed by formfeed, followed by "av_pet", followed by tab and finally ending with "argh42" 5 5 6 No, because single-quote escaping doesn't give a special meaning to backslashes.6 No, because ~~single-quote escaping~~ single-quoting doesn't give a special meaning to backslashes. 7 7 8 8 This is described in the comment at [source:src/allmydata/util/encodingutil.py@4616#L195], but not in any end-user documentation. I've now added some in [source:docs/frontends/CLI.rst].