.. ***************************************************************************** Copyright (c) 2026 RoXimn This source code is licensed under the MIT license found in the LICENSE.txt file in the root directory of this source tree. ***************************************************************************** ******************************************************************************** Normalization ******************************************************************************** .. automodule:: romanalfaz.utils :members: :undoc-members: # includes objects without docstrings :show-inheritance: # shows base classes :exclude-members: URDU_VARIANT_MAP, URDU_VARIANT_REVERSAL_MAP, LIGATURE_MAP .. autodata:: romanalfaz.utils.URDU_VARIANT_MAP :no-value: .. literalinclude:: ../src/romanalfaz/utils.py :language: python :start-after: # URDU VARIANT MAP START :end-before: # URDU VARIANT MAP END .. autodata:: romanalfaz.utils.URDU_VARIANT_REVERSAL_MAP :no-value: .. autodata:: romanalfaz.utils.LIGATURE_MAP :no-value: .. literalinclude:: ../src/romanalfaz/utils.py :language: python :start-after: # LIGATURE MAP START :end-before: # LIGATURE MAP END