- From: Eric Uhrhane via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 27 May 2011 21:22:17 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/file-system
In directory hutz:/tmp/cvs-serv7456
Modified Files:
file-dir-sys.html
Log Message:
Add a note about backslash.
Index: file-dir-sys.html
===================================================================
RCS file: /sources/public/2009/dap/file-system/file-dir-sys.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- file-dir-sys.html 27 May 2011 18:20:30 -0000 1.35
+++ file-dir-sys.html 27 May 2011 21:22:15 -0000 1.36
@@ -1737,6 +1737,15 @@
<li>'/' (U+002F)</li>
<li>NUL (U+0000)</li>
</ul>
+ <div class='issue'>
+ <p>
+ There's been discussion on whether backslash '\' (U+005c) should be
+ disallowed or not. In favor of leaving it in is that it's a legal
+ character on some filesystems, and it seems somewhat arbitrary to
+ remove it. Opposed is that it may cause confusion, and in at least
+ some cases complicates implementation.
+ </p>
+ </div>
</p>
</section>
<section>
Received on Friday, 27 May 2011 21:22:19 UTC