Deleted Added
full compact
mkcsmapper.1 (302408) mkcsmapper.1 (307794)
1.\" Copyright (c) 2009 Gabor Kovesdan <gabor@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 18 unchanged lines hidden (view full) ---

27.\" Portable Operating System Interface (POSIX), The Open Group Base
28.\" Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of
29.\" Electrical and Electronics Engineers, Inc and The Open Group. In the
30.\" event of any discrepancy between this version and the original IEEE and
31.\" The Open Group Standard, the original IEEE and The Open Group Standard is
32.\" the referee document. The original Standard can be obtained online at
33.\" http://www.opengroup.org/unix/online.html.
34.\"
1.\" Copyright (c) 2009 Gabor Kovesdan <gabor@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 18 unchanged lines hidden (view full) ---

27.\" Portable Operating System Interface (POSIX), The Open Group Base
28.\" Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of
29.\" Electrical and Electronics Engineers, Inc and The Open Group. In the
30.\" event of any discrepancy between this version and the original IEEE and
31.\" The Open Group Standard, the original IEEE and The Open Group Standard is
32.\" the referee document. The original Standard can be obtained online at
33.\" http://www.opengroup.org/unix/online.html.
34.\"
35.\" $FreeBSD: stable/11/usr.bin/mkcsmapper/mkcsmapper.1 276258 2014-12-26 21:56:23Z joel $
35.\" $FreeBSD: stable/11/usr.bin/mkcsmapper/mkcsmapper.1 307794 2016-10-22 20:54:54Z bapt $
36.\"
36.\"
37.Dd Sep 6, 2009
37.Dd July 9, 2016
38.Dt MKCSMAPPER 1
39.Os
40.Sh NAME
41.Nm mkcsmapper
42.Nd generates hashed conversion data for
43.Xr iconv 3
44.Sh SYNOPSIS
45.Nm
38.Dt MKCSMAPPER 1
39.Os
40.Sh NAME
41.Nm mkcsmapper
42.Nd generates hashed conversion data for
43.Xr iconv 3
44.Sh SYNOPSIS
45.Nm
46.Op Fl mpd
47.Fl o
48.Ar outfile
49.Ar infile
46.Op Fl d
47.Op Fl m | Fl p
48.Op Fl o Ar outfile
49.Op Ar infile
50.Sh DESCRIPTION
51The
52.Nm
53utility generates binary conversion data from plain text conversion tables
54for the
55.Xr iconv 3
56library.
57The conversion data has two components:
58The conversion mapping between specific character encodings.
59A pivot file, which the possible source and destination encoding
60pairs or the set of mappings to use for a compound encoding.
61.Pp
62The following options are available:
50.Sh DESCRIPTION
51The
52.Nm
53utility generates binary conversion data from plain text conversion tables
54for the
55.Xr iconv 3
56library.
57The conversion data has two components:
58The conversion mapping between specific character encodings.
59A pivot file, which the possible source and destination encoding
60pairs or the set of mappings to use for a compound encoding.
61.Pp
62The following options are available:
63.Bl -tag -width 0123
63.Bl -tag -width XoXoutfileXX
64.It Fl d
65Turns on debug mode.
66.It Fl m
67Generate mapping data from
68.Ar infile .
69.It Fl o Ar outfile
70Put generated binary data to
71.Ar outfile .

--- 5 unchanged lines hidden (view full) ---

77.Ex -std mkcsmapper
78.Sh SEE ALSO
79.Xr iconv 1 ,
80.Xr mkesdb 1 ,
81.Xr iconv 3
82.Sh HISTORY
83.Nm
84first appeared in
64.It Fl d
65Turns on debug mode.
66.It Fl m
67Generate mapping data from
68.Ar infile .
69.It Fl o Ar outfile
70Put generated binary data to
71.Ar outfile .

--- 5 unchanged lines hidden (view full) ---

77.Ex -std mkcsmapper
78.Sh SEE ALSO
79.Xr iconv 1 ,
80.Xr mkesdb 1 ,
81.Xr iconv 3
82.Sh HISTORY
83.Nm
84first appeared in
85.Nx 2.0 , and made its appearance in
85.Nx 2.0 ,
86and made its appearance in
86.Fx 9.0 .
87.Sh AUTHORS
88This manual page was written by
89.An Gabor Kovesdan Aq Mt gabor@FreeBSD.org .
87.Fx 9.0 .
88.Sh AUTHORS
89This manual page was written by
90.An Gabor Kovesdan Aq Mt gabor@FreeBSD.org .