~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/base/doscharset.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="dos charset"
 
2
                                 type="string"
 
3
                 context="G"
 
4
                 advanced="1" developer="1"
 
5
                                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
6
<description>
 
7
        <para>DOS SMB clients assume the server has 
 
8
        the same charset as they do. This option specifies which 
 
9
        charset Samba should talk to DOS clients.
 
10
        </para>
 
11
 
 
12
        <para>The default depends on which charsets you have installed. 
 
13
        Samba tries to use charset 850 but falls back to ASCII in 
 
14
        case it is not available. Run <citerefentry><refentrytitle>testparm</refentrytitle>
 
15
        <manvolnum>1</manvolnum></citerefentry> to check the default on your system.</para>
 
16
</description>
 
17
</samba:parameter>