a Unicode-aware winreg package for Python 2
Project description
The winreg_unicode package is a drop-in replacement for Python 2’s _winreg module. However, it returns unicode values where possible, similar to Python 3’s winreg module.
To illustrate the need for the winreg_unicode package, suppose an application must query the registry to discover a filename and the registry contains the string “međuresorna.txt”. Python 2’s _winreg module will return “meduresorna.txt” instead, which is not the actual name of the file.
The winreg_unicode package does not yet contain all of _winreg’s functions. In particular, functions that write to the registry are not yet included. Code contributions are welcome.
The following functions are included in winreg_unicode:
Relevant links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file winreg_unicode-0.5.0.tar.gz
.
File metadata
- Download URL: winreg_unicode-0.5.0.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e68bd5b6c08c5f27dd8872ceb3502191d8d3cfa308a4c471b772e7bcbd152c4c |
|
MD5 | 2d4febcf06c05adb77689aa3afca9aea |
|
BLAKE2b-256 | ecd8af45d7b26178ac38228a20baf7977ddac442ba792f7e0532f3e21f3eb583 |