Feature Requests item #2103779, was opened at 2008-09-10 08:39
Message generated for change (Comment added) made by rupole
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551957&aid=2103779&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: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Wim (wim_h)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add Unicode versions for Registry functions
Initial Comment:
pywin32 build 211 has additional functions added for Unicode strings, like: RegEnumKeyExW, RegQueryInfoKeyW.
However, RegOpenKeyExW and RegQueryValueExW are missing... causing problems on Japanese and Chinese Windows versions.
Please, please add RegOpenKeyExW and RegQueryValueExW...
----------------------------------------------------------------------
>Comment By: Roger Upole (rupole)
Date: 2008-10-01 17:02
Message:
win32api can now be built as full unicode, so that all the available
registry functions call the underlying wide-char api functions.
It hasn't been released this way yet, however.
When we finally have a py3k release, all the modules will be built
using unicode APIs.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551957&aid=2103779&group_id=78018
|