From 7bfb9e11de417ccd2528c7773c687350e1a076bf Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Tue, 3 Apr 2018 10:27:46 +0100 Subject: [PATCH] update known issues (newline/linefeed/unicode) - closes #454 - TODO: might want to autodetect semi-unicode support and fallback to ascii? --- README.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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