Merge pull request #4067 from emiham/patch-1

Add additional asciify documentation
This commit is contained in:
Adrian Sampson 2021-09-18 19:45:50 -04:00 committed by GitHub
commit dd711c0535
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,6 +165,10 @@ take place before applying the :ref:`replace` configuration and are roughly
equivalent to wrapping all your path templates in the ``%asciify{}``
:ref:`template function <template-functions>`.
This uses the `unidecode module`_ which is language agnostic, so some
characters may be transliterated from a different language than expected.
For example, Japanese kanji will usually use their Chinese readings.
Default: ``no``.
.. _unidecode module: https://pypi.org/project/Unidecode