From f1388eb23db0e292af90007f78b1abb9c2f422e2 Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Wed, 6 Aug 2014 18:00:18 +0200 Subject: [PATCH] docs: Add note for 'replace' config and unicode --- docs/reference/config.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index b703d9c70..d7ca4b090 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -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 don’t 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