From 3027a81a75d7b7c282cdac85c701f7419537f78a Mon Sep 17 00:00:00 2001 From: mainzelm Date: Thu, 18 Dec 2003 12:54:46 +0000 Subject: [PATCH] Document URI-ESCAPED-CHARS as defined in RFC 2396. --- doc/latex/uri.tex | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/latex/uri.tex b/doc/latex/uri.tex index 5516f17..bcf42c4 100644 --- a/doc/latex/uri.tex +++ b/doc/latex/uri.tex @@ -75,12 +75,10 @@ parse---that's why escape sequences are used in URIs. \defvar{uri-escaped-chars}{char-set} \begin{desc} This is a set of characters (in the sense of SRFI~14) which are - escaped in URIs. These are the - following characters: \verb|$|, \verb|-|, \verb|_|, \verb|@|, %$ - \verb|.|, \verb|&|, \verb|!|, \verb|*|, \verb|\|, \verb|"|, - \verb|'|, \verb|(|, \verb|)|, \verb|,|, \verb|+|, and all other - characters that are neither letters nor digits (such as space and - control characters). + escaped in URIs. RFC 2396 defines this set as all characters which + are neither letters, nor digits, nor one of the following characters: + \verb|-|, \verb|_|, \verb|.|, \verb|!|, %$ + \verb|~|, \verb|*|, \verb|'|, \verb|(|, \verb|)|. \end{desc} \defun{escape-uri} {string [escaped-chars]} {string}