You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.6.0 - amd64 (using official Python webinstaller)
Python 3.6.0 - 32 bits (using embedded Python)
psutil version 5.0.1 from pypi (wheel, not built locally).
My current guess is that from my understanding of documentation of Microsoft, result from API are using a Windows code page (cp1252 in my case) and psutil decode using Py_FileSystemDefaultEncoding (utf-8 in my case).
The text was updated successfully, but these errors were encountered:
On a Windows 10 using French locale, I have wrong character on my username:
In reality the user is named "Démo".
Call to user is also affected:
Version tested:
psutil version 5.0.1 from pypi (wheel, not built locally).
My current guess is that from my understanding of documentation of Microsoft, result from API are using a Windows code page (cp1252 in my case) and psutil decode using Py_FileSystemDefaultEncoding (utf-8 in my case).
The text was updated successfully, but these errors were encountered: