blob: ca25efee368f7867b4b3422f3413ce3e08b82d13 (
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">ASCII</value>
<value type="example">UTF8</value>
</samba:parameter>
|