blob: 6ee4311965f8ab20eab03fe7c2053be00034f736 (
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://www.samba.org/samba/DTD/samba-doc">
<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 <smbconfoption name="unix charset"/>.
</para>
</description>
<value type="default">"LOCALE" or "ASCII" (depending on the system)</value>
<value type="example">UTF8</value>
</samba:parameter>
|