1VFS_CAP(8) VFS_CAP(8)
2
3
4
6 vfs_cap - CAP encode filenames
7
9 vfs objects = cap
10
12 This VFS module is part of the samba(7) suite.
13
14 CAP (Columbia Appletalk Protocol) encoding is a technique for repreā
15 senting non-ASCII filenames in ASCII. The vfs_cap VFS module translates
16 filenames to and from CAP format, allowing users to name files in their
17 native encoding.
18
19 CAP encoding is most commonly used in Japanese language environments.
20
21 This module is stackable.
22
24 On a system using GNU libiconv, use CAP encoding to support users in
25 the Shift_JIS locale:
26
27
28 [global]
29 dos charset = CP932
30 dos charset = CP932
31 vfs objects = cap
32
33
35 This man page is correct for version 3.0.25 of the Samba suite.
36
38 The original Samba software and related utilities were created by
39 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
40 Source project similar to the way the Linux kernel is developed.
41
42
43
44
45 VFS_CAP(8)