Class IDNP

java.lang.Object
org.apache.jena.iri.impl.IDNP

public class IDNP extends Object
IDNP: 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 Details

    • IDNP

      public IDNP()
  • Method Details

    • toASCII

      public static String toASCII(String host, int flags)