blob: 32deacae0aea88a254b08d580ad9f16b7b8445a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
.TH capitalise 1 2023-05-06 utils
.SH NAME
capitalise \- format lower case input as small caps
.SH SYNOPSIS
.B capitalise
.SH DESCRIPTION
.B capitalise
reads the standard input and transforms each letter
that has a corresponding
.BR unicode (7)
small capital glyph.
This should be the case for the extended Latin and Greek alphabets.
.SH EXAMPLES
.BR echo\ this\ text\ |\ capitalise
.SH SEE ALSO
.BR double\-strike (1),\ frakture (1),\ embolden (1),\ enscript (1),\ italicise (1),\ monospace (1),\ sans-serif (1)
|