Next update of VFS modules development guide
[ira/wip.git] / docs / smbdotconf / base / displaycharset.xml
1 <samba:parameter name="display charset"
2                                  type="string"
3                  context="G"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>
8         Specifies the charset that samba will use to print messages to stdout and stderr.
9         The default value is "LOCALE", which means automatically set, depending on the
10         current locale. The value should generally be the same as the value of the parameter
11         <smbconfoption name="unix charset"/>.
12         </para>
13 </description>
14
15 <value type="default">"LOCALE" or "ASCII" (depending on the system)</value>
16 <value type="example">UTF8</value>
17 </samba:parameter>