Re: [IRI] IRI should not allow space;

I note the documentation for java.net.URI in Java 1.4 ...


 *   <tr><td valign=top><i>other</i></td>
 *       <td>The Unicode characters that are not in the US-ASCII character
set,
 *           are not control characters (according to the {@link
 *           java.lang.Character#isISOControl(char) Character.isISOControl}
 * 	     method), and are not space characters (according to the {@link
 * 	     java.lang.Character#isSpaceChar(char) Character.isSpaceChar}
 * 	     method)&nbsp;&nbsp;(<b><i>Deviation from RFC 2396</b>, which is
 * 	     limited to US-ASCII)</td></tr>

i.e. exclude not only Ascii 0x20 but also other Unicode space characters.
That seems quite sound to me.

Jeremy

Received on Tuesday, 19 November 2002 05:09:48 UTC