Function | int2hexstr | Returns the hex representation of i
|
Function | swap | Convert a string of numbers into the semi-octet representation |
Function | pack_7bit_bytes | pack_7bit_bytes("hellohello") => "E8329BFD4697D9EC37" |
Function | unpack_7bit_bytes | Decode 7 bit character strings packed into 8 bit byte strings |
Function | pack_8bit_bytes | Undocumented |
Function | pack_ucs2_bytes | Undocumented |
Function | unpack_ucs2_bytes | Undocumented |
Function | check_if_ucs2 | Returns True if text is a string encoded in UCS2
|
Function | from_u | Undocumented |
Function | from_ucs2 | Undocumented |
Function | to_u | Returns a unicode object from s if s is not
unicode already
|