Dmitry Shachnev
2017-04-23 13:17:45 UTC
---
** [bugs:#317] Extra space inserted with French smartquotes**
**Status:** open
**Group:** Default
**Created:** Sun Apr 23, 2017 01:17 PM UTC by Dmitry Shachnev
**Last Updated:** Sun Apr 23, 2017 01:17 PM UTC
**Owner:** nobody
Another issue [spotted by @jfbu](https://github.com/sphinx-doc/sphinx/pull/3562#issuecomment-296399918). This command:
echo '(``"entry"``)' | ./tools/rst2xml.py --smart-quotes=yes --language=fr
produces:
<paragraph>(<literal>"entry"</literal>Â )</paragraph>
Note the extra NBSP (U+00A0) after the `</literal>`.
Dropping either `--language=fr` or `--smart-quotes=yes` makes it disappear.
With the release version (0.13.1), U+202F is inserted instead of U+00A0.
---
Sent from sourceforge.net because docutils-***@lists.sourceforge.net is subscribed to https://sourceforge.net/p/docutils/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
** [bugs:#317] Extra space inserted with French smartquotes**
**Status:** open
**Group:** Default
**Created:** Sun Apr 23, 2017 01:17 PM UTC by Dmitry Shachnev
**Last Updated:** Sun Apr 23, 2017 01:17 PM UTC
**Owner:** nobody
Another issue [spotted by @jfbu](https://github.com/sphinx-doc/sphinx/pull/3562#issuecomment-296399918). This command:
echo '(``"entry"``)' | ./tools/rst2xml.py --smart-quotes=yes --language=fr
produces:
<paragraph>(<literal>"entry"</literal>Â )</paragraph>
Note the extra NBSP (U+00A0) after the `</literal>`.
Dropping either `--language=fr` or `--smart-quotes=yes` makes it disappear.
With the release version (0.13.1), U+202F is inserted instead of U+00A0.
---
Sent from sourceforge.net because docutils-***@lists.sourceforge.net is subscribed to https://sourceforge.net/p/docutils/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.