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) (<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. JeremyReceived on Tuesday, 19 November 2002 05:09:48 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:40:47 UTC