cjtype’s avatarcjtype’s Twitter Archive—№ 3,734

  1. …in reply to @justvanrossum
    justvanrossum Thanks, Just! For anyone else who didn’t know about this, you can fix this problem using Python doing some like: my_text = "dÈj‡ vu" output = my_text.encode("macroman").decode("latin1") print (output) >>> déjà vu Here’s the update ukacd file: gist.github.com/cjdunn/3f5ce8b58f29f2ef1f7f2469d5b40788