}
@Test
public void testNotSoSimple() throws Exception {
IRI iri = new IRI("http://example.com/\uD800\uDF00\uD800\uDF01\uD800\uDF02");
assertEquals("http://example.com/%F0%90%8C%80%F0%90%8C%81%F0%90%8C%82", iri.toURI().toString());
}
@Test
public void testIRItoURI() throws Exception {
IRI iri = new IRI("http://\u7D0D\u8C46.example.org/%E2%80%AE");