I am working with Python3. Analyzing some websites I came across some weird characters and looked for a solution. I found one but until I found that solution I tried a few things and know I cannot reset it. When I use my Jupyter notebook saving the list l=[1,2,3,4] to a file leads '煝⠀ŋɋ͋ы'
I may have done
chcp 65001 set PYTHONIOENCODING=utf-8 How can I reset my settings? Or how can I find out whats going on?
ipykernel.iostream.OutStreamobjects that use UTF-8 and have nothing to do with the console. So why are you running chcp.com? Exactly what operations did "saving the listl=[1,2,3,4]" entail?