Update smartquotes:
commite9ba8d85312bc439b4aa345eda3fdd7f55e791ea
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Fri, 31 Mar 2017 12:13:54 +0000 (31 12:13 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Fri, 31 Mar 2017 12:13:54 +0000 (31 12:13 +0000)
tree4cb9aa967ed973a2faaff5f0163855048e67f75d
parentc98c3041ed887ea3339112cf4e919fbeb9225206
Update smartquotes:

* use the rules of the `Imprimerie nationale` as french default
  (full NBSP inside guillemets).
* do not invert “ and ’ in en-UK: expect British authors to use
  u0027 APOSTROPHE for primary quotes and " for secondary quotes in the source.
  Set ``--smart-quotes=alt`` (or use en-UK-x-altquot) for inversion
  by `smartquotes`.
* do not call ``educate_backticks`` in the SmartQuotes transform:
  backticks have a special meaning in rST.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8053 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
HISTORY.txt
docutils/transforms/universal.py
docutils/utils/smartquotes.py
test/test_transforms/test_smartquotes.py