cm0002@lemmy.world to Programmer Humor · 2 days agoTell me the truth ...piefed.jeena.netimagemessage-square143linkfedilinkarrow-up11.16Karrow-down116
arrow-up11.14Karrow-down1imageTell me the truth ...piefed.jeena.netcm0002@lemmy.world to Programmer Humor · 2 days agomessage-square143linkfedilink
minus-squarehouseofleft@slrpnk.netlinkfedilinkEnglisharrow-up3·18 hours agoAscii needs seven bits, but is almost always encoded as bytes, so every ascii letter has a throwaway bit.
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up9·17 hours agoLet’s store the boolean there then!!
minus-squareFuckBigTech347@lemmygrad.mllinkfedilinkarrow-up1·17 hours agoSome old software does use 8-Bit ASCII for special/locale specific characters. Also there is this Unicode hack where the last bit is used to determine if the byte is part of a multi-byte sequence.
Ascii needs seven bits, but is almost always encoded as bytes, so every ascii letter has a throwaway bit.
Let’s store the boolean there then!!
Some old software does use 8-Bit ASCII for special/locale specific characters. Also there is this Unicode hack where the last bit is used to determine if the byte is part of a multi-byte sequence.