Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jul 2000 14:31:27 -0700 (PDT)
From:      Alexander Langer <alex@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/gen vis.3 unvis.3
Message-ID:  <200007022131.OAA51500@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alex        2000/07/02 14:31:27 PDT

  Modified files:
    lib/libc/gen         vis.3 unvis.3 
  Log:
  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.
  
  Revision  Changes    Path
  1.10      +9 -2      src/lib/libc/gen/vis.3
  1.8       +27 -4     src/lib/libc/gen/unvis.3



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007022131.OAA51500>