~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/base/unixcharset.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<samba:parameter name="unix charset"
 
2
        context="G"
 
3
        type="string"
 
4
                 advanced="1" developer="1"
 
5
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
6
<description>
 
7
        <para>Specifies the charset the unix machine 
 
8
                Samba runs on uses. Samba needs to know this in order to be able to 
 
9
                convert text to the charsets other SMB clients use.
 
10
        </para>
 
11
 
 
12
        <para>This is also the charset Samba will use when specifying arguments 
 
13
                to scripts that it invokes.
 
14
        </para>
 
15
</description>
 
16
 
 
17
<value type="default">UTF8</value>
 
18
<value type="example">ASCII</value>
 
19
</samba:parameter>