标签: python module hex non-printable
我想转换十六进制字符,如:
\x12h+.\xC9V\xB8\xFC\x95\x0D\x11
到
(Device Control 2)h+.(+)V(+)(n)(ò)(Carriage Return)(Device Control 1)
python中是否有可用的模块或类似的东西可以轻松完成此操作而无需创建hex2text字典?
Non printable char reference @ Istanbul Technical University