diff --git a/README.rst b/README.rst index bac9824de..30336ed09 100644 --- a/README.rst +++ b/README.rst @@ -222,9 +222,13 @@ of a neat one-line progress bar. `IDLE `__, `ConEmu `__ and `PyCharm `__ (also - `here `__ and - `here `__) - lack full support. + `here `__, + `here `__, and + `here `__) + lack full support. Windows consoles often only partially support unicode + and thus + `often require ascii=True `__ + (also `here `__). * Windows: additionally may require the Python module ``colorama`` to ensure nested bars stay within their respective lines. - Wrapping enumerated iterables: use ``enumerate(tqdm(...))`` instead of