[pywin32-bugs] [ pywin32-Feature Requests-2701482 ] Use Unicode version for GetUserName
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2009-03-21 22:43:19
|
Feature Requests item #2701482, was opened at 2009-03-21 23:43 Message generated for change (Tracker Item Submitted) made by shlomme You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=2701482&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: win32 Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Torsten Marek (shlomme) Assigned to: Nobody/Anonymous (nobody) Summary: Use Unicode version for GetUserName Initial Comment: Currently, win32api.GetUserName() returns an 8-bit string. The internal function should use GetUserNameW and return a unicode object. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=2701482&group_id=78018 |