ElCanut@jlai.lu to Programmer Humor@programming.dev · 4 days agoAsking the real questionsjlai.luexternal-linkmessage-square219fedilinkarrow-up11.14Karrow-down110
arrow-up11.13Karrow-down1external-linkAsking the real questionsjlai.luElCanut@jlai.lu to Programmer Humor@programming.dev · 4 days agomessage-square219fedilink
minus-squarelseif@sopuli.xyzlinkfedilinkarrow-up10·edit-22 days agoso John\r Doe ? depending on the software, when it gets printed, the carriage return will move the cursor to the start of the line without moving a line down, becoming \x20Doe.
minus-squarelad@programming.devlinkfedilinkEnglisharrow-up4·3 days agoThis is the ideal rendition, I would say. On a related note, I just love it when there are backspaces in my filenames
so
John\r Doe
? depending on the software, when it gets printed, the carriage return will move the cursor to the start of the line without moving a line down, becoming\x20Doe
.This is the ideal rendition, I would say. On a related note, I just love it when there are backspaces in my filenames