diff options
Diffstat (limited to 'docs/smbdotconf/base/unixcharset.xml')
-rw-r--r-- | docs/smbdotconf/base/unixcharset.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/smbdotconf/base/unixcharset.xml b/docs/smbdotconf/base/unixcharset.xml new file mode 100644 index 0000000000..143b6cb2a7 --- /dev/null +++ b/docs/smbdotconf/base/unixcharset.xml @@ -0,0 +1,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> |