summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/base/displaycharset.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs-xml/smbdotconf/base/displaycharset.xml')
-rw-r--r--docs-xml/smbdotconf/base/displaycharset.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/base/displaycharset.xml b/docs-xml/smbdotconf/base/displaycharset.xml
new file mode 100644
index 0000000000..5bace5b6b0
--- /dev/null
+++ b/docs-xml/smbdotconf/base/displaycharset.xml
@@ -0,0 +1,17 @@
+<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.
+ The default value is "LOCALE", which means automatically set, depending on the
+ current locale. The value should generally be the same as the value of the parameter
+ <smbconfoption name="unix charset"/>.
+ </para>
+</description>
+
+<value type="default">"LOCALE" or "ASCII" (depending on the system)</value>
+<value type="example">UTF8</value>
+</samba:parameter>