I am converting hex to ASCII and one of the words has a dot in the middle, which is in the extended ascii characters.
when i do this i get the ascii chars.
binascii.unhexl ify(''.join(val ue4.split()))
Is there a way to print the extended characters as well. I currently get garbage where the dot is.
when i do this i get the ascii chars.
binascii.unhexl ify(''.join(val ue4.split()))
Is there a way to print the extended characters as well. I currently get garbage where the dot is.