public class FakerIDN extends Object
Constructor and Description |
---|
FakerIDN() |
Modifier and Type | Method and Description |
---|---|
static String |
toASCII(String in)
IDN.toASCII(String) is too picky for our needs. |
public static final 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.Copyright © 2019. All rights reserved.