While most of the (computing) world has standardized on using UTF-8 encoding, Win32 has remained stuck with wide character strings (also called UTF-16 encoding). This library simplifies usage of UTF-8 ...
dahuffman is a pure Python module for Huffman encoding and decoding, commonly used for lossless data compression. The name of the module refers to the full name of the inventor of the Huffman code ...