summaryrefslogtreecommitdiffstats
path: root/docs/docbook/smbdotconf/base/unixcharset.xml
blob: f003c097aa6c8fc75238e74d44a00b3881f65cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<samba:parameter name="unix charset"
                 context="G"
                 advanced="1" developer="1"
                 xmlns:samba="http://samba.org/common">
<listitem>
        <para>Specifies the charset the unix machine 
	Samba runs on uses. Samba needs to know this in order to be able to 
	convert text to the charsets other SMB clients use.
	</para>

	<para>Default: <command moreinfo="none">unix charset = UTF8</command></para>

	<para>Example: <command moreinfo="none">unix charset = ASCII</command></para>
</listitem>
</samba:parameter>