Class FakerIDN

java.lang.Object
net.datafaker.service.FakerIDN

public class FakerIDN extends Object
Created by tshick on 10/30/16.
  • Constructor Details

    • FakerIDN

      public FakerIDN()
  • Method Details

    • toASCII

      public static String toASCII(String in)
      IDN.toASCII(String) is too picky for our needs. It was throwing exceptions for fa.yml and he.yml as they're Bidi languages and something was causing them to die. This is kind of a brute force fix but it appears to fix the issue.