Uses of Interface
jp.co.jprs.idnkit.IDNA

Uses of IDNA in jp.co.jprs.idnkit
 

Classes in jp.co.jprs.idnkit that implement IDNA
 class IDNA2008
          An instance of IDNA2008 class represents IDNA2008 version of IDNA conversion context.
 

Methods in jp.co.jprs.idnkit that return IDNA
static IDNA IDNAFactory.create()
          Creates an instance of IDNA conversion context with version DEFAULT_VERSION.
static IDNA IDNAFactory.create(int idnaVersion)
          Creates an instance of IDNA conversion context with version 'idnaVersion'.