From 6544dffd95249b100c4c94f012b6ef78b907ed25 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 23 Mar 2015 20:34:52 +0100 Subject: [PATCH] Fixed faq formatting [ci skip] --- doc/faq.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/faq.rst b/doc/faq.rst index ac8c2e0..82af2fc 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -1,14 +1,17 @@ F.A.Q ===== -**Q. When running the test suite in Windows' ``cmd.exe``, the test executable +**Q. When running the test suite in Windows' cmd.exe, the test executable prints weird characters, how do I fix that?** + A. Windows' ``cmd.exe`` is not an unicode ANSI-compatible terminal emulator. There are plenty of ways to fix that behaviour: + * Pass ``--ascii`` to the test suite when executing. * Define the ``CRITERION_USE_ASCII`` environment variable to ``1``. * Get a better terminal emulator, such as the one shipped with Git or Cygwin. **Q. I'm having an issue with the library, what can I do ?** + A. Open a new issue on the `github issue tracker `_, and describe the problem you are experiencing.