Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Dec 2003 03:59:28 +0900
From:      "R. Imura" <imura@ryu16.org>
To:        Andrey Chernov <ache@nagual.pp.ru>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: User mounts could not use character conversions (libkiconv is just for roots)
Message-ID:  <20031206185928.GD89116%imura@ryu16.org>
In-Reply-To: <20031206173039.GA8360@nagual.pp.ru>
References:  <20031202163805.GA40233@fit.vutbr.cz> <20031203060852.GT42142@vertex.kz> <20031203164107.GA20814%imura@ryu16.org> <20031206171341.GB89116%imura@ryu16.org> <20031206172345.GA8282@nagual.pp.ru> <20031206172815.GC89116%imura@ryu16.org> <20031206173039.GA8360@nagual.pp.ru>

next in thread | previous in thread | raw e-mail | index | archive | help

--C7zPtVaVf+AK4Oqc
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Sat, Dec 06, 2003 at 08:30:39PM +0300, Andrey Chernov wrote:
> On Sun, Dec 07, 2003 at 02:28:15AM +0900, R. Imura wrote:
> > 
> > No man page yet. :-)
> 
> Almost empty skeleton manpage with just single phrase will be enough to 
> start.

Ok, I wrote.

- R. Imura

--C7zPtVaVf+AK4Oqc
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="kiconvctl.8"

.\"
.\" Copyright (c) 2003 Ryuichiro Imura
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\"    notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\"    notice, this list of conditions and the following disclaimer in the
.\"    documentation and/or other materials provided with the distribution.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD$
.\"
.Dd Dec 7, 2003
.Dt KICONVCTL 8
.Os
.Sh NAME
.Nm kiconvctl
.Nd kiconv convertion table control program
.Sh SYNOPSIS
.Nm
.Ic add
.Op Fl l Ar locale
.Op Fl m
.Op Fl t Ar tocode | Fl u
.Op Fl v
.Nm
.Ic flush
.Nm
.Ic list
.Nm
.Ic remove
.Ar id
.Sh DESCRIPTION
The
.Nm
utility provides a way to maintain
.Xr kiconv 3
convertion tables.
.Pp
The following commands are supported:
.Bl -tag -width "remove"
.It Ic add
Add convertion tables to the kernel.
They will be registered by using
.Ar locale
and
.Ar tocode
with both directions.
You can specify your
.Ar locale
and a targeted character code set with
.Ar tocode .
If a targeted code is a Unicode, just specify
.Fl u
option in stead of using
.Fl t
.Ar tocode .
By default en_US.ISO8859-1 is used as your
.Ar locale .
If you want to use these tables with MS-related file systems, specify
.Fl m .
.It Ic flush
Remove all convertion tables in the kernel if possible. Not implemented yet.
.It Ic list
Show info about all convertion tables in the kernel.
.It Ic remove
Remove a convertion table with this
.Ar id .
Not implemented yet.
.El
.Sh DIAGNOSTICS
The
.Nm
utility exits with a status of 0 on success
and with a nonzero status if an error occurs.
.Sh SEE ALSO
.Xr iconv 3 ,
.Xr kiconv 3
.Sh HISTORY
The
.Nm
utility first appeared in
.Fx 5.2 .
.Sh BUGS
Both of commands and options may be changed in the future,
and the compatibility with your script will be lost.
.Sh AUTHORS
.An Ryuichiro Imura
.Aq imura@ryu16.org .

--C7zPtVaVf+AK4Oqc--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031206185928.GD89116%imura>