http://localhost:8123/uri/$PRIVATE_VDRIVE_URI/Pictures
-Note that all filenames are assumed to be UTF-8 encoded, so "resume.doc"
-(with an acute accent on both E's) would be accessed with:
+Note that all filenames in URLs are required to be UTF-8 encoded, so
+"resume.odt" (with an acute accent on both E's) would be accessed with:
- http://localhost:8123/uri/$PRIVATE_VDRIVE_URI/r%C3%A9sum%C3%A9.doc
+ http://localhost:8123/uri/$PRIVATE_VDRIVE_URI/r%C3%A9sum%C3%A9.odt
The filenames inside upload POST forms are interpreted using whatever
character set was provided in the conventional '_charset' field, and defaults