module: tools

common tools used in various places

for more information on the various codepoints, see https://docs.python.org/2/library/codecs.html#standard-encodings

Assign_GUP.tools.text_decode(source)[source]

try decoding source with various known codepoints to unicode

Assign_GUP.tools.text_encode(source)[source]

encode source using the default codepoint