Story #1361: Fixes for bad urlencoding.

This commit is contained in:
Matt Butcher 2012-02-02 14:15:35 -06:00
parent f963772628
commit 8406f27ac9

View File

@ -42,7 +42,7 @@ use \HPCloud\Storage\ObjectStorage;
* `path/like/file/name.txt`. * `path/like/file/name.txt`.
* *
* A note on UTF-8 and URLs: PHP does not yet natively support many UTF-8 * A note on UTF-8 and URLs: PHP does not yet natively support many UTF-8
* charcters in URLs. Thus, you ought to urlencode() your container name * characters in URLs. Thus, you ought to urlencode() your container name
* and object name (path) if there is any possibility that it will contain * and object name (path) if there is any possibility that it will contain
* UTF-8 characters. * UTF-8 characters.
* *