indicators
indicators copied to clipboard
Doesn't work on Windows 10 (1909)
Hi, Is this expected to work on Windows and Window 10?
Running on Windows 10 Pro: 10.0.18363 (1909) the contents of the progress bars contain lots of invalid characters:

The binary was built using Visual Studio 2019 16.6.0, cmake folders build, vanilla configure with samples enabled.
Yes it is expected to work in Windows. The sample you are running, multi_block_progress_bar, has unicode characters. This requires some configuration in Windows. See here
you can add SetConsoleOutputCP(CP_UTF8) in the ProgressBar constructor