Community
Participate
Working Groups
org.eclipse.emf.eef.codegen.services.StringUtilService.toASCII(String) public String toASCII(String input) { return Normalizer.normalize(input, Normalizer.Form.NFD).replaceAll( "\\p{InCombiningDiacriticalMarks}+", ""); }
FIXED: we don't use the Normalizer anymore