[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-06-18 10:36:40
|
Feature Requests item #2701482, was opened at 2009-03-22 09:43 Message generated for change (Comment added) made by mhammond 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: Closed >Resolution: Wont Fix 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. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2009-06-18 20:35 Message: Many functions share this problem. py3k builds will already call the unicode version and we may switch all modules to defaulting to unicode for 2.x in the future... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=2701482&group_id=78018 |