@cm0002@lemmy.world to Programmer Humor@programming.dev • 4 days agoTell me the truth ...piefed.jeena.netimagemessage-square146fedilinkarrow-up11.17Karrow-down116
arrow-up11.15Karrow-down1imageTell me the truth ...piefed.jeena.net@cm0002@lemmy.world to Programmer Humor@programming.dev • 4 days agomessage-square146fedilink
minus-square@houseofleft@slrpnk.netlinkfedilinkEnglish3•2 days agoAscii needs seven bits, but is almost always encoded as bytes, so every ascii letter has a throwaway bit.
minus-square@FuckBigTech347@lemmygrad.mllinkfedilink1•2 days 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.