Package com.maybeitssquid.safeascii


package com.maybeitssquid.safeascii
  • Classes
    Class
    Description
    A filter function that selectively preserves ASCII characters.
    A Chainable implementation that caches the results of character processing to improve performance.
    Converts Unicode characters to their ASCII equivalents based on character categories.
    Abstract base class for creating a chain of character processing functions.
    A Chainable step that normalizes Unicode characters to a specific form.
    A transliteration step that converts Unicode characters to ASCII based on their Unicode names.
    Filters out results that are not single characters.
    A custom charset implementation that transliterates Unicode code points to ASCII characters using a configurable transliteration function.
    A CharsetProvider that supplies ASCII-safe character sets for encoding Unicode text.