java.lang.Object
net.datafaker.internal.helper.FakerIDN
Created by tshick on 10/30/16.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FakerIDN
public FakerIDN()
-
-
Method Details
-
toASCII
IDN.toASCII(String)
is too picky for our needs. It was throwing exceptions for fa.yml and he.yml as they are Bidi languages and something was causing them to die. This is kind of a brute force fix, but it appears to fix the issue.
-