source: branches/samba-3.5.x/docs/manpages/vfs_cap.8

Last change on this file was 773, checked in by Herwig Bauernfeind, 12 years ago

Samba Server 3.5: Update branch to 3.5.20

File size: 1.9 KB
Line 
1'\" t
2.\" Title: vfs_cap
3.\" Author: [see the "AUTHOR" section]
4.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5.\" Date: 12/14/2012
6.\" Manual: System Administration tools
7.\" Source: Samba 3.5
8.\" Language: English
9.\"
10.TH "VFS_CAP" "8" "12/14/2012" "Samba 3\&.5" "System Administration tools"
11.\" -----------------------------------------------------------------
12.\" * set default formatting
13.\" -----------------------------------------------------------------
14.\" disable hyphenation
15.nh
16.\" disable justification (adjust text to left margin only)
17.ad l
18.\" -----------------------------------------------------------------
19.\" * MAIN CONTENT STARTS HERE *
20.\" -----------------------------------------------------------------
21.SH "NAME"
22vfs_cap \- CAP encode filenames
23.SH "SYNOPSIS"
24.HP \w'\ 'u
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.sp
43.if n \{\
44.RS 4
45.\}
46.nf
47 \fI[global]\fR
48 \m[blue]\fBdos charset = CP932\fR\m[]
49 \m[blue]\fBdos charset = CP932\fR\m[]
50 \m[blue]\fBvfs objects = cap\fR\m[]
51.fi
52.if n \{\
53.RE
54.\}
55.SH "VERSION"
56.PP
57This man page is correct for version 3\&.0\&.25 of the Samba suite\&.
58.SH "AUTHOR"
59.PP
60The 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\&.
Note: See TracBrowser for help on using the repository browser.