| Summary: | Use of java.text.Normalizer breaks java 1.5 compatibility | ||
|---|---|---|---|
| Product: | [Modeling] EEF | Reporter: | William Piers <william.piers> |
| Component: | General | Assignee: | EEF Inbox <emft.eef-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | goulwen.lefur |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
FIXED: we don't use the Normalizer anymore |
org.eclipse.emf.eef.codegen.services.StringUtilService.toASCII(String) public String toASCII(String input) { return Normalizer.normalize(input, Normalizer.Form.NFD).replaceAll( "\\p{InCombiningDiacriticalMarks}+", ""); }