We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7548820 commit e48d76aCopy full SHA for e48d76a
docs/reference/config.rst
@@ -165,6 +165,10 @@ take place before applying the :ref:`replace` configuration and are roughly
165
equivalent to wrapping all your path templates in the ``%asciify{}``
166
:ref:`template function <template-functions>`.
167
168
+This uses the `unidecode module`_ which is language agnostic, so some
169
+characters may be transliterated from a different language than expected.
170
+For example, Japanese kanji will usually use their Chinese readings.
171
+
172
Default: ``no``.
173
174
.. _unidecode module: https://pypi.org/project/Unidecode
0 commit comments