blob: 8b1f42e122942c84bbc507229a0fc14a4d80c41c [file] [log] [blame]
vlmeda244a2004-09-24 21:00:15 +00001.de Vb
2.sp
3.ft CW
4.nf
5..
6.de Ve
7.ft R
8.fi
9.sp
10..
11.TH ENBER 1 "\*(Dt" "unber counterpart" "unber counterpart"
12.SH NAME
13enber \- Convert the unber XML output back into BER
14.SH SYNOPSIS
15enber [\fB-\fR] \fIinfile\fR...
16.SH DESCRIPTION
17enber takes the XML-encoded files produced by \fIunber\fR\|(1) and converts
18them back into the BER format.
19A single dash represents the standard input.
20.SH EXAMPLES
21Decode the BER sequence and immediately encode it back
22.Vb
vlm7bbc5772004-09-24 23:51:53 +000023\& unber \fB-p\fR \fIfilename.ber\fR | enber \fB-\fR > \fIreconstructed.ber\fR
vlmeda244a2004-09-24 21:00:15 +000024.Ve
25.SH SEE ALSO
26.TP
27\&\fIunber\fR\|(1), \&\fIasn1c\fR\|(1)
28.SH AUTHORS
29Lev Walkin <vlm@lionet.info>