blob: 8439f9d130fb7b9b11f91bfefe76b1a589531b26 (
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 <command moreinfo="none">unix charset</command>.
</para>
</description>
<value type="default">ASCII</value>
<value type="example">UTF8</value>
</samba:parameter>
|