Ascii

ASCII(7) - Miscellaneous Information Manual

Ascii

ASCII(7) - Miscellaneous Information Manual # ASCII(7) - Miscellaneous Information Manual NAME # ascii - octal, hexadecimal and decimal ASCII character sets DESCRIPTION # The octal set: 000 nul 001 soh 002 stx 003 etx 004 eot 005 enq 006 ack 007 bel 010 bs 011 ht 012 lf 013 vt 014 ff 015 cr 016 so 017 si 020 dle 021 dc1 022 dc2 023 dc3 024 dc4 025 nak 026 syn 027 etb 030 can 031 em 032 sub 033 esc 034 fs 035 gs 036 rs 037 us 040 sp 041 ! ...

PR(1) - General Commands Manual

Ascii, Cat, More, Pr

PR(1) - General Commands Manual # PR(1) - General Commands Manual NAME # pr - print files SYNOPSIS # pr [+‌page] [-‌column] [-adFfmrt] [-e[char][gap]] [-h header] [-i[char][gap]] [-l lines] [-n[char][width]] [-o offset] [-s[char]] [-w width] [file …] DESCRIPTION # The pr utility is a printing and pagination filter for text files. When multiple input files are specified, each is read, formatted, and written to standard output. By default, the input is separated into 66-line pages, each with ...

UTF8(7) - Miscellaneous Information Manual

Ascii, Locale, Utf8

UTF8(7) - Miscellaneous Information Manual # UTF8(7) - Miscellaneous Information Manual NAME # utf8 - UTF-8 text encoding DESCRIPTION # UTF-8 is a multibyte character encoding for Unicode text. It is the preferred format for non ASCII text. Unicode codepoints are encoded as follows: U+0000 – U+007F: One byte: 0……. (compatible with ASCII) U+0080 – U+07FF: Two bytes: 110….. 10…… U+0800 – U+D7FF and U+E000 – U+FFFF: Three bytes: 1110…. ...