From: Zooko O'Whielacronx Date: Wed, 27 Feb 2008 21:41:57 +0000 (-0700) Subject: docs: tweak wording per kpreid and tweak example filename extension per me X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=0097d662c7c1198f684d8b1987be7e36924226e6;p=tahoe-lafs%2Ftahoe-lafs.git docs: tweak wording per kpreid and tweak example filename extension per me --- diff --git a/docs/webapi.txt b/docs/webapi.txt index e1996189..2a848e27 100644 --- a/docs/webapi.txt +++ b/docs/webapi.txt @@ -60,10 +60,10 @@ In addition, each directory has a corresponding URL. The Pictures URL is: 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