source: trunk-3.0/docs/manpages/vfs_cap.8@ 101

Last change on this file since 101 was 44, checked in by Paul Smedley, 18 years ago

Update source to 3.0.25b

File size: 1.3 KB
Line 
1.\"Generated by db2man.xsl. Don't modify this, modify the source.
2.de Sh \" Subsection
3.br
4.if t .Sp
5.ne 5
6.PP
7\fB\\$1\fR
8.PP
9..
10.de Sp \" Vertical space (when we can't use .PP)
11.if t .sp .5v
12.if n .sp
13..
14.de Ip \" List item
15.br
16.ie \\n(.$>=3 .ne \\$3
17.el .ne 3
18.IP "\\$1" \\$2
19..
20.TH "VFS_CAP" 8 "" "" ""
21.SH "NAME"
22vfs_cap - CAP encode filenames
23.SH "SYNOPSIS"
24.HP 1
25vfs objects = cap
26.SH "DESCRIPTION"
27.PP
28This VFS module is part of the
29\fBsamba\fR(7)
30suite.
31.PP
32CAP (Columbia Appletalk Protocol) encoding is a technique for representing non-ASCII filenames in ASCII. The
33vfs_cap
34VFS module translates filenames to and from CAP format, allowing users to name files in their native encoding.
35.PP
36CAP encoding is most commonly used in Japanese language environments.
37.PP
38This module is stackable.
39.SH "EXAMPLES"
40.PP
41On a system using GNU libiconv, use CAP encoding to support users in the Shift_JIS locale:
42
43.nf
44
45 \fI[global]\fR
46 dos charset = CP932
47 dos charset = CP932
48 vfs objects = cap
49
50.fi
51.SH "VERSION"
52.PP
53This man page is correct for version 3.0.25 of the Samba suite.
54.SH "AUTHOR"
55.PP
56The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.
57
Note: See TracBrowser for help on using the repository browser.