Consistent handling of all whitespace characters in inline markup recognition.
commitc95b89195cf7fc8cd89180c5aa6d2e8e40be4462
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 16 Feb 2017 18:03:28 +0000 (16 18:03 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 16 Feb 2017 18:03:28 +0000 (16 18:03 +0000)
treed3dcc26519b5030c33327f7b397ae5f1dd5c096a
parentd3e5e764f568dd116147c51a9a7be1b0dd8bf244
Consistent handling of all whitespace characters in inline markup recognition.

May break documents that relied on some whitespace
characters (NBSP, ...) not to be recognized as whitespace.

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