What is the purpose of Unicode “Backspace” U+0008?
What is the purpose of the Unicode Character 'BACKSPACE' (U+0008) in programming? What applications can it be used for? Um, it's a backspace character. On output to a terminal, it typically moves the cursor one position to the left (depending on settings). On input, it typically erases the last entered character (depending on the application and terminal settings), though the DEL / DELETE character is also used for this purpose. Typically it can be entered by pressing Backspace or Control-H Note that its action of deleting characters occurs only on a display, not in memory. A string within a