summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/base/displaycharset.xml
blob: 1d059821f14cf0f970c9f93463c8d12d7ef2d9b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<samba:parameter name="display charset"
				 type="string"
                 context="G"
                 advanced="1" developer="1"
                 xmlns:samba="http://samba.org/common">
<description>
        <para>Specifies the charset that samba will use 
	to print messages to stdout and stderr and SWAT will use. 
	Should generally be the same as the <command moreinfo="none">unix charset</command>.
</para>
</description>

<value type="default">ASCII</value>
<value type="example">UTF8</value>
</samba:parameter>