From 09cb383f0b213629895e150e8c916ad0ab8f07a5 Mon Sep 17 00:00:00 2001 From: hosokawa Date: Sat, 11 Mar 2000 00:06:00 +0000 Subject: Resurrect client codepage coniguration samples that were in 1.9.x port. --- net/samba/files/smb.conf.default | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'net/samba') diff --git a/net/samba/files/smb.conf.default b/net/samba/files/smb.conf.default index 180fd71cc76e..ef0d65a03705 100644 --- a/net/samba/files/smb.conf.default +++ b/net/samba/files/smb.conf.default @@ -136,6 +136,39 @@ # this has been changed in version 1.9.18 to no. dns proxy = no +# Client codepage settings + +# for Greek users +; client code page=737 + +# for European users (Latin 1) +; client code page=850 + +# for European users (Latin 2) +; client code page=852 + +# for Icelandic users +; client code page=861 + +# 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 + #============================ Share Definitions ============================== [homes] comment = Home Directories -- cgit