Package com.maybeitssquid.safeascii.internal


package com.maybeitssquid.safeascii.internal
  • 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.