Allow also non-ASCII whitespace characters around inline markup.
commit02ac1847f3a924f1bea47c82a958044ef0e526df
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Tue, 29 Nov 2011 08:22:57 +0000 (29 08:22 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Tue, 29 Nov 2011 08:22:57 +0000 (29 08:22 +0000)
tree33779bcf3ff3cf2f047fba62a1026b0fa33d7394
parentda85bb28b4cf8aa0cd0d03e69c50b6bbdb51fd2e
Allow also non-ASCII whitespace characters around inline markup.

First part of fix for [ 3402314 ]
Only editorial changes to the specification,
it already speaks of "whitespace".

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7232 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
HISTORY.txt
docs/ref/rst/restructuredtext.txt
docutils/parsers/rst/states.py
test/test_parsers/test_rst/test_inline_markup.py