sebastiancarlos to Programmer Humor@lemmy.mlEnglish · 1 year agoI did not ASCII that cominglemmy.sdf.orgimagemessage-square38fedilinkarrow-up1286arrow-down120
arrow-up1266arrow-down1imageI did not ASCII that cominglemmy.sdf.orgsebastiancarlos to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square38fedilink
minus-squareplistig@feddit.delinkfedilinkarrow-up12·1 year ago¯\_(ã )_/¯ print('¯\_(ツ)_/¯'.encode('u8').decode('l1'))
minus-squareFishFace@lemmy.worldlinkfedilinkarrow-up8·1 year agoAnd here I was typing out iso-8859-1 like a scrub to make sure I wasn’t misremembering the encoding when doing the analogous thing in python…
¯\_(ã )_/¯
print('¯\_(ツ)_/¯'.encode('u8').decode('l1'))
And here I was typing out
iso-8859-1
like a scrub to make sure I wasn’t misremembering the encoding when doing the analogous thing in python…