Update smartquotes:
commit5140c085bc968a4fdd59972dcb1a905c9a08ab8c
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)
treec5a4280a4256ecf12422e7a8a1dbf381330f27eb
parent7ca11ce1b659d85707f5fdc4558f514893bddd38
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@8053 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/HISTORY.txt
docutils/docutils/transforms/universal.py
docutils/docutils/utils/smartquotes.py
docutils/test/test_transforms/test_smartquotes.py