What is a vertical tab?

后端 未结 10 1219
醉酒成梦
醉酒成梦 2020-12-02 06:17

What was the original historical use of the vertical tab character (\\v in the C language, ASCII 11)?

Did it ever have a key on a keyboard? How did some

10条回答
  •  南方客
    南方客 (楼主)
    2020-12-02 06:44

    The ASCII vertical tab (\x0B)is still used in some databases and file formats as a new line WITHIN a field. For example:

    • In the .mer file format to allow new lines within a data field,
    • FileMaker databases can use vertical tabs as a linefeed (see https://support.microsoft.com/en-gb/kb/59096).

提交回复
热议问题