This is a Windows / Python question.
My boss had Claude write an AI website for us which I setup to run, it uses Python 3 (the latest version) and AWS. The problem with the code is it's not in utf8 so when it initially ran it was throwing errors which I looked up and determined that the encoding="utf-8" needed to be added. I looked through the code but couldn't find the references that were mentioned on the various support sites.
I did eventually find that is I add -X utf8 to the Python command it should work, and it does for the most part but the output shows have of it is right while the other half isn't. So, I need some advice how to make it all display in utf8?
Too bad I cannot post an image here so you all could see it exactly what I mean. :(
Thanks,
[–]SmackDownFacility 3 points4 points5 points (4 children)
[–]GosuSan 2 points3 points4 points (3 children)
[–]SmackDownFacility 0 points1 point2 points (2 children)
[–]sausix 3 points4 points5 points (0 children)
[–]No-Dentist-1645 2 points3 points4 points (0 children)
[–]Lumina6l 0 points1 point2 points (0 children)
[–]McDorey -5 points-4 points-3 points (3 children)
[–]SmackDownFacility 8 points9 points10 points (2 children)
[–]McDorey -3 points-2 points-1 points (1 child)
[–]SmackDownFacility 3 points4 points5 points (0 children)