I tried something simple like:
with console.status("Processing...", spinner='aesthetic') as status:
console.print(" ✓")
The expected view should be like this (copied from Pycharms command line): ▰▰▰▰▰▱▱ Processing ✓
When I run the same script in a windows command prompt, the encoding seems to be lost. I really would like to copy the result in here, but then it is display correct. In my Windows command prompt this -> ▰ and this -> ✓ look like a boxed questionmark.
Any idea how to fix that?