source: vendor/current/docs-xml/smbdotconf/base/unixcharset.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 665 bytes
Line 
1<samba:parameter name="unix charset"
2 context="G"
3 type="string"
4 constant="1"
5 handler="handle_charset"
6 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7<description>
8 <para>Specifies the charset the unix machine
9 Samba runs on uses. Samba needs to know this in order to be able to
10 convert text to the charsets other SMB clients use.
11 </para>
12
13 <para>This is also the charset Samba will use when specifying arguments
14 to scripts that it invokes.
15 </para>
16</description>
17
18<value type="default">UTF-8</value>
19<value type="example">ASCII</value>
20</samba:parameter>
Note: See TracBrowser for help on using the repository browser.