.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH decasify 1 "decasify " .SH NAME decasify \- Convert prose strings to other cases following locale specific rule sets .SH SYNOPSIS \fBdecasify\fR [\fB\-l\fR|\fB\-\-locale\fR] [\fB\-c\fR|\fB\-\-case\fR] [\fB\-s\fR|\fB\-\-style\fR] [\fB\-O\fR|\fB\-\-overrides\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fIINPUT\fR] .SH DESCRIPTION Convert prose strings to other cases following locale specific rule sets. .PP Can convert input in any supported language from any case to any other case. .SH OPTIONS .TP \fB\-l\fR, \fB\-\-locale\fR \fI\fR [default: en] The locale of the input text Used to identify what language\-specific handling needs to be done. This can affect how individual Unicode characters are coveted to other cases as well as change which style guides are considered. .br .br \fIPossible values:\fR .RS 14 .IP \(bu 2 en .IP \(bu 2 tr .IP \(bu 2 es .RE .TP \fB\-c\fR, \fB\-\-case\fR \fI\fR [default: title] The desired output case What case to convert to. Note the output *can* be affected by the input case, so in some cases (pun intended) you may need to either process twice or avoid doing so depending on the expected result. For example, title\-casing in some English styles tries to preserve capitalized acronyms, but lower\-casing does not. First converting to lower\-case then to title\-case would give a different result than directly to title\-case. .br .br \fIPossible values:\fR .RS 14 .IP \(bu 2 lower .IP \(bu 2 sentence .IP \(bu 2 title .IP \(bu 2 upper .RE .TP \fB\-s\fR, \fB\-\-style\fR \fI