From: SourceForge.net <no...@so...> - 2011-02-13 02:03:41
|
Feature Requests item #2103779, was opened at 2008-09-10 23:39 Message generated for change (Comment added) made by mhammond 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: Mark Hammond (mhammond) Date: 2011-02-13 13:03 Message: A Python 3.1 build can be found for build 214 and that should have a full unicode version of win32api ---------------------------------------------------------------------- Comment By: Wim (wim_h) Date: 2011-02-12 00: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-05 01: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 08: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 |