ElCanut@jlai.lu to Programmer Humor@programming.dev · 22 hours agoAsking the real questionsjlai.luimagemessage-square171fedilinkarrow-up1901arrow-down16
arrow-up1895arrow-down1imageAsking the real questionsjlai.luElCanut@jlai.lu to Programmer Humor@programming.dev · 22 hours agomessage-square171fedilink
minus-squarelseiflinkfedilinkarrow-up1·2 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
.