lib: Use tdb_parse_record in gencache_set
[Samba.git] / docs-xml / smbdotconf / base / unixcharset.xml
blob9fe599664fe219ae0b4e2533930c93f729b62d28
1 <samba:parameter name="unix charset"
2         context="G"
3         type="string"
4                  advanced="1" developer="1"
5                  constant="1"
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>
13         <para>This is also the charset Samba will use when specifying arguments 
14                 to scripts that it invokes.
15         </para>
16 </description>
18 <value type="default">UTF-8</value>
19 <value type="example">ASCII</value>
20 </samba:parameter>