Skip to content

Commit

Permalink
update known issues (newline/linefeed/unicode)
Browse files Browse the repository at this point in the history
- closes #454
- TODO: might want to autodetect semi-unicode support and fallback to ascii?
  • Loading branch information
casperdcl committed Apr 3, 2018
1 parent 0e8f839 commit 7bfb9e1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.rst
Expand Up @@ -222,9 +222,13 @@ of a neat one-line progress bar.
`IDLE <https://github.com/tqdm/tqdm/issues/191#issuecomment-230168030>`__,
`ConEmu <https://github.com/tqdm/tqdm/issues/254>`__ and
`PyCharm <https://github.com/tqdm/tqdm/issues/203>`__ (also
`here <https://github.com/tqdm/tqdm/issues/208>`__ and
`here <https://github.com/tqdm/tqdm/issues/307>`__)
lack full support.
`here <https://github.com/tqdm/tqdm/issues/208>`__,
`here <https://github.com/tqdm/tqdm/issues/307>`__, and
`here <https://github.com/tqdm/tqdm/issues/454#issuecomment-335416815>`__)
lack full support. Windows consoles often only partially support unicode
and thus
`often require ascii=True <https://github.com/tqdm/tqdm/issues/454#issuecomment-335416815>`__
(also `here <https://github.com/tqdm/tqdm/issues/499>`__).
* 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
Expand Down

0 comments on commit 7bfb9e1

Please sign in to comment.