ElCanut@jlai.lu to Programmer Humor@programming.dev · 23 hours agoAsking the real questionsjlai.luexternal-linkmessage-square176fedilinkarrow-up1938arrow-down16
arrow-up1932arrow-down1external-linkAsking the real questionsjlai.luElCanut@jlai.lu to Programmer Humor@programming.dev · 23 hours agomessage-square176fedilink
minus-squarelseif@sopuli.xyzlinkfedilinkarrow-up4·3 hours agoso John\r Doe ? depending on the software, when it gets printed, the carriage return will moves the cursor to the start of the line without moving a line down, becoming \x20Doe.
so
John\r Doe
? depending on the software, when it gets printed, the carriage return will moves the cursor to the start of the line without moving a line down, becoming\x20Doe
.