docs: Add note for 'replace' config and unicode

This commit is contained in:
Thomas Scholtes 2014-08-06 18:00:18 +02:00
parent 76c7ba9186
commit f1388eb23d

View file

@ -119,6 +119,12 @@ compatibility with Windows-influenced network filesystems like Samba).
Trailing dots and trailing whitespace, which can cause problems on Windows
clients, are also removed.
Note that paths might contain special characters such as typographical
quotes (``“”``). With the configuration above, those will not be
replaced as they dont match the typewriter quote (``"``). You either
have to add them to the replacement list or use the
:ref:`asciify-paths` configuration option below.
.. _asciify-paths:
asciify_paths