Skip to content

Inconsistent usage of TCHAR, WCHAR, LPSTR, LPWSTR, LPCTSTR, char, etc #655

Closed
@mrjefftang

Description

The Windows section uses all sorts of different string types. It's not clear to me without delving through it thoroughly to see if these types are the correct usage.

This inconsistency is likely to lead to some unicode issues like that seen in #652 . There may be parts of the psutil API for Windows which may not function correctly when given a multibyte character string.

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions