diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-03-31 15:47:13 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-03-31 15:47:13 +0000 |
| commit | c55ff87f7a3d486eaf318dc3ca3d8cfdf71a072e (patch) | |
| tree | 767767d14e4026e108f09e854368508aadddeb00 /docutils/utils | |
| parent | e9ba8d85312bc439b4aa345eda3fdd7f55e791ea (diff) | |
| download | docutils-c55ff87f7a3d486eaf318dc3ca3d8cfdf71a072e.tar.gz | |
Really use the full NBSP inside French quotes.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8054 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/utils')
| -rw-r--r-- | docutils/utils/smartquotes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/utils/smartquotes.py b/docutils/utils/smartquotes.py index 970ae87d8..7b0128b08 100644 --- a/docutils/utils/smartquotes.py +++ b/docutils/utils/smartquotes.py @@ -431,7 +431,7 @@ class smartchars(object): 'eu': u'«»‹›', 'fi': u'””’’', 'fi-x-altquot': u'»»››', - 'fr': (u'« ', u' »', u'“', u'”'), # full no-break space + 'fr': (u'« ', u' »', u'“', u'”'), # full no-break space 'fr-x-altquot': (u'« ', u' »', u'“', u'”'), # narrow no-break space 'fr-ch': u'«»‹›', 'fr-ch-x-altquot': (u'« ', u' »', u'‹ ', u' ›'), # narrow no-break space, http://typoguide.ch/ |
