Wicri:Dilib source, module CharSet, CharSetTr

De Wicri Outils
Révision datée du 7 septembre 2013 à 09:34 par imported>Jacques Ducloy

Cette page introduit un test de gestion des sources par MediaWiki.

.TH CharSetTr 1 "11 Jul 2003"
.SH NAME
CharSetTr \- transcode character sets.
.SH SYNOPSIS
.B CharSetTr
.I option
\<
.I file_name
.SH DESCRIPTION
.LP
.B CharSetTr
converts file
.I file_name
acccording to option.
.SH OPTION
.TP
.B \-OtoA
.PD
CharSetO (octal) to ASCII.
.
.TP
.B \-OtoA
.PD
CharSetO1 (restricted octal) to ASCII.
.
.TP
.B \-XAtoA
.PD
CharSetO (hexadecimal ASCII based) to ASCII.
.
.TP
.B \-XA1toA
.PD
CharSetXA1 (restricted hexadecimal ASCII base) to ASCII.
.
.TP
.B \-AtoO
.PD
ASCII toCharSetO (octal).
.
.TP
.B \-AtoX
.PD
ASCII toCharSetX (hexadecimal).
.
.TP
.B \-AtoXX
.PD
ASCII toCharSetXX (hexadecimal Xml compatible).
.
.TP
.B \-toLower
.PD
apply the
.BR tolower (3C)
C function to each character
.
.TP
.B \-toUpper
.PD
apply the
.BR toupper (3C)
C function to each character
.
.SH "SEE ALSO"
.BR CharSet (5),
.BR ctype (3C).

.SH AUTHORS
(c) 1993-2003 INIST-CNRS

Jacques DUCLOY,
Francois PARMENTIER