diff options
Diffstat (limited to 'net/samba3/files')
-rw-r--r-- | net/samba3/files/smb.conf.default | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/net/samba3/files/smb.conf.default b/net/samba3/files/smb.conf.default index 4fab264c7c09..9030ed0422ea 100644 --- a/net/samba3/files/smb.conf.default +++ b/net/samba3/files/smb.conf.default @@ -159,13 +159,33 @@ # Be very careful with case sensitivity - it can break things! ; case sensitive = no -# Client codepage setting -# for Western European users +# Client codepage settings + +# for European users (Latin 1) ; client code page=850 + +# for European users (Latin 2) +; client code page=852 + +# for Cyrillic users +; client code page=866 + # for Japanese Users ; client code page=932 ; coding system=cap +# for Simplified Chinese Users +; client code page=936 +; coding system=cap + +# for Korean Users +; client code page=949 +; coding system=cap + +# for Traditional Chinese Users +; client code page=950 +; coding system=cap + # Samba performance workaround: # If you have performance problem, please test these parameters. # Simon Lindgren <simon@lindgren.no> 's example: |