Python-ASN1 s.org

The original UTF-8 string can be recovered from bytes.decode() 1 back_2_utf8 = str_ascii.decode ... #backtoUTF-8 2 #"Let'sgotoGijón!" Bram Kuijper Python for scientific research. String literals continued International characters sometimes problematic, think web adresses or old filesystems/databases To overcome this, you can use str.encode ... ................
................