ElCanut@jlai.lu to Programmer Humor@programming.dev · 2 days agoAsking the real questionsjlai.luimagemessage-square187fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageAsking the real questionsjlai.luElCanut@jlai.lu to Programmer Humor@programming.dev · 2 days agomessage-square187fedilink
minus-squarelseif@sopuli.xyzlinkfedilinkarrow-up0·16 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
.