I'm trying to manipulate a txt file that uses en dashes, but cmd reads it as –. Em dashes also have a broken formatting and are displayed as —
The funny thing is that if I use both symbols inside the script (.py file) and associate it to a print command, all is displayed correctly. In interpreter also no problem at all.
Is there any way I can make it recognize those characters before importing the file? Thank you!