| Package | Description |
|---|---|
| gnu.inet.encoding |
| Modifier and Type | Method and Description |
|---|---|
static int |
Punycode.codepoint2digit(int c) |
static String |
Punycode.decode(String input)
Decode a punycoded string.
|
static int |
Punycode.digit2codepoint(int d) |
static String |
Punycode.encode(String input)
Punycodes a unicode string.
|
| Constructor and Description |
|---|
IDNAException(PunycodeException e) |
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.