@[email protected] to Programmer [email protected]English • 1 year agoI did not ASCII that cominglemmy.sdf.orgimagemessage-square32fedilinkarrow-up1271arrow-down119
arrow-up1252arrow-down1imageI did not ASCII that cominglemmy.sdf.org@[email protected] to Programmer [email protected]English • 1 year agomessage-square32fedilink
minus-square@[email protected]linkfedilink11•1 year ago¯\_(ã )_/¯ print('¯\_(ツ)_/¯'.encode('u8').decode('l1'))
minus-square@FishFacelink7•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…