1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

smb.conf(5): Add basic documentation for 'unicode'.

This commit is contained in:
Jelmer Vernooij 2012-09-26 12:55:15 -07:00
parent 3ab03ccd84
commit 12ab467f87

View File

@ -0,0 +1,13 @@
<samba:parameter name="unicode"
context="G"
type="bool"
advanced="1" developer="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>Specifies whether the server and client should support unicode.</para>
<para>If this option is set to false, the use of ASCII will be forced.</para>
</description>
<value type="default">True</value>
</samba:parameter>