Re: Python Script (External)
[email protected] (Christian Sacks)
| Newsgroups | alt.bbs.mystic |
|---|---|
| Organization | Agency HUB, Dunedin - New Zealand |
| Message-ID | <[email protected]> |
On 09 Feb 2024, Mike said the following... Mi> When I'm trying to display ansi block characters I get the following. Mi> "█". Mi> Mi> I am opening the ansi file with cp437 encoding, and everything displays Mi> correctly from a bash terminal, but within syncterm I'm getting that? Sounds like python is displaying it with utf8 encoding, change the encoding to output cp437 and you'll be golden. ... Confucius say: "Its stuffy inside fortune cookie"