url encode docs: mention '-', '.', '_' and '~'
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 May 2011 09:14:30 +0000 (11:14 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 2 May 2011 09:14:30 +0000 (11:14 +0200)
commit038a631274606e911e45681d88219908eb0749bf
tree3903663d988fbc6e18358bbfe3dbe4f5efb25f40
parent7d94af497d27543337e18012518e2a27a46c35a1
url encode docs: mention '-', '.', '_' and '~'

Clarify that the '-', '.', '_' or '~' letters are also not escaped since
they shouldn't according to RFC3986 section 2.3.

This is how this function has behaved since sep 2010, commit
5df13c31735fa0.
docs/libcurl/curl_easy_escape.3