diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2010-11-06 19:58:29 +0200 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2010-11-06 19:58:29 +0200 |
commit | 7fb4d81c324b8d6c5b59b499e9aaa078bfff8f02 (patch) | |
tree | ef8873e297d688d5cebd3b813b0f72e74435fa83 /htdocs/docs/users.html | |
parent | 4b1a18451186bae1370cfbca136a4f4016f58f15 (diff) | |
download | markup-validator-7fb4d81c324b8d6c5b59b499e9aaa078bfff8f02.zip markup-validator-7fb4d81c324b8d6c5b59b499e9aaa078bfff8f02.tar.gz markup-validator-7fb4d81c324b8d6c5b59b499e9aaa078bfff8f02.tar.bz2 |
Document previously implicit UTF-8 expectation for parameter values.
Diffstat (limited to 'htdocs/docs/users.html')
-rwxr-xr-x | htdocs/docs/users.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/htdocs/docs/users.html b/htdocs/docs/users.html index 367ae6a..27c7d67 100755 --- a/htdocs/docs/users.html +++ b/htdocs/docs/users.html @@ -113,6 +113,10 @@ on, but "Verbose" off. </p> <p> + All parameter values should be encoded in the UTF-8 character encoding + (before URI escaping them). + </p> + <p> You may also see these separated by ampersands, but this usage is deprecated and support may be removed at some time in the future. </p> |