Package org.apache.jena.iri.impl
Class IDNP
- java.lang.Object
-
- org.apache.jena.iri.impl.IDNP
-
public class IDNP extends java.lang.ObjectIDNP: IDN Patched A wrapper around java.net.IDN to avoid a bug when checking result. It looks like the IDN is apply checks before fully converting, so this defers a similar check until the end.
-
-
Constructor Summary
Constructors Constructor Description IDNP()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringtoASCII(java.lang.String host, int flags)
-