alex 995a78eb83 Document VIS_HTTPSTYLE:
VIS_HTTPSTYLE is a new encoding style for use in vis(), strvis() and
  strvisx() that escapes characters according to RFC 1808 (URI encoding).

Since decoding of these require different detection of start-points of
  escaped characters, VIS_HTTPSTYLE can be given as flag to unvis().
  unvis() will then properly decode URIs.

A new function appeared, strunvisx(): strunvisx() behaves similar as
  strunvis(), with one exception: It has an additional flag parameter,
  which is passed to unvis() to archive the effect I described above.
2000-07-02 21:31:26 +00:00
..
2000-06-14 14:38:11 +00:00
2000-06-27 14:56:07 +00:00
2000-07-02 21:31:26 +00:00
2000-06-28 03:15:21 +00:00
2000-06-20 10:53:51 +00:00
2000-06-28 22:28:50 +00:00
1999-08-28 00:22:10 +00:00
2000-05-06 14:07:35 +00:00
2000-06-28 03:15:21 +00:00
1999-08-28 00:22:10 +00:00
1999-09-29 15:18:46 +00:00
1999-08-28 00:22:10 +00:00
2000-06-02 20:51:05 +00:00
1999-08-28 00:22:10 +00:00
2000-07-02 14:54:22 +00:00