Package gmisclib :: Module g_encode
[frames] | no frames]

Module g_encode

source code

This module allows strings to be encoded into a reduced subset. It is designed to work for avio.py, and to do a minimal mapping, so that the resulting text is human-readable. It is similar to Quoted-printable encoding, but is not specialized to e-mail limitations and is rather more flexible.


Version: $Revision: 1.10 $

Classes
  BadFormatError
  encoder
Functions
 
test() source code
Variables
  __package__ = 'gmisclib'

Imports: re, string