public final class IDNAFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_VERSION
Default IDNA version (currently, it is the same as IDNA2008).
|
static int |
IDNA2008
IDNA version for IDNA2008.
|
public static final int IDNA2008
public static final int DEFAULT_VERSION
public static IDNA create() throws IDNException
IDNException
- Instance creation failed.public static IDNA create(int idnaVersion) throws IDNException
idnaVersion
- Version of an instance to be created.IDNException
- Instance creation failed.