- From: Jeremy Carroll <jjc@hpl.hp.com>
- Date: Tue, 19 Nov 2002 11:08:46 +0100
- To: www-international@w3.org
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.
Jeremy
Received on Tuesday, 19 November 2002 05:09:48 UTC