How to be clearer?

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26446 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2008-04-14 10:53:31 +00:00
parent 6f2d056c5e
commit 2b50e08c92

View file

@ -1420,7 +1420,7 @@ handle_printf_atsign (FILE *stream,
/** /**
* Constructs a new ASCII string which is a representation of the receiver * Constructs a new ASCII string which is a representation of the receiver
* in which characters are escaped where necessary in order to produce a * in which characters are escaped where necessary in order to produce a
* version of the string legal within a URL.<br /> * version of the string legal for inclusion within a URL.<br />
* The original string is converted to bytes using the specified encoding * The original string is converted to bytes using the specified encoding
* and then those bytes are escaped unless they correspond to 'legal' * and then those bytes are escaped unless they correspond to 'legal'
* ASCII characters. The byte values escaped are any below 32 and any * ASCII characters. The byte values escaped are any below 32 and any