blob: 143b6cb2a7652964a3e2896c8f081b09f1499f26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<samba:parameter name="unix charset"
context="G"
type="string"
advanced="1" developer="1"
xmlns:samba="http://samba.org/common">
<description>
<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>
</description>
<value type="default">UTF8</value>
<value type="example">ASCII</value>
</samba:parameter>
|