From 94d73aebe9a8e2fa81a8a682f7f4e2e39fb5bdf5 Mon Sep 17 00:00:00 2001 From: Andrew Rogl Date: Sun, 26 Sep 2021 16:42:57 +1000 Subject: [PATCH] Commit #4067 --- docs/reference/config.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index cc85cd269..f041be625 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -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 `. +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