Interface AsciiConverter


public interface AsciiConverter
AsciiConverter converts Unicode to simple 7-bit ASCII characters. It strips diacritic marks and transliterates non-Latin letters and glyphs to ASCII. It is optimized for performance and does not implement perfectly correct transliteration (e.g. it has no state to transliterate a code-point dependening on its predecessors).
However, it is very helpful to decode strings for use-cases like indexing and searching or if you want to build a String to be used for restricted environments (names of files, folders, etc.) where special characters could cause problems.
Since:
1.0.0