Feature Requests item #2103779, was opened at 2008-09-10 15:39
Message generated for change (Settings changed) made by wim_h
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: Open
>Resolution: None
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: Wim (wim_h)
Date: 2011-02-11 14:43
Message:
Hi,
Any change of having a win32api with full unicode supprt?
Or just an interim release with just RegOpenKeyExW and RegQueryValueExW
functions added?
Python 3 has been released 2 years ago...
And there have already been pywin32 releases for Python3.
----------------------------------------------------------------------
Comment By: Wim (wim_h)
Date: 2008-12-04 15:11
Message:
When will be the py3k release?
In the meantime, I'm encountering more and more issues with Japanese
systems...
Is is possible to release an interim release, with the RegOpenKeyExW and
RegQueryValueExW functions added?
----------------------------------------------------------------------
Comment By: Roger Upole (rupole)
Date: 2008-10-02 00: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
|