|
|
|
|
|
by CamperBob2
840 days ago
|
|
Thanks for that. I did have to append .encode("utf-8") to the strings in the print statements before it would let me pipe the output to an .htm file under Windows, but other than that it worked great. (Edit: better to use the original script but set PYTHONUTF8=1 before running) |
|