Class Punycode

java.lang.Object
org.apache.http.client.utils.Punycode

@Immutable public class Punycode extends Object
Facade that provides conversion between Unicode and Punycode domain names. It will use an appropriate implementation.
Since:
4.0
  • Constructor Details

    • Punycode

      public Punycode()
  • Method Details

    • toUnicode

      public static String toUnicode(String punycode)