How to handle Extended ASCII characters

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jumperbl
    New Member
    • Mar 2008
    • 17

    How to handle Extended ASCII characters

    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.
Working...