From a178f717392c380e2bf774e5e8fd94fe9d81434b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 10 Mar 2005 23:09:33 +0000 Subject: In previous Samba versions, no charset conversion was done for filenames by default. Fixes #130 (This used to be commit 10b2a8f34ca627412f4f00a202f2000c2e29d0f2) --- docs/Samba-HOWTO-Collection/Unicode.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Samba-HOWTO-Collection/Unicode.xml b/docs/Samba-HOWTO-Collection/Unicode.xml index 396703a705..0f618e9d5b 100644 --- a/docs/Samba-HOWTO-Collection/Unicode.xml +++ b/docs/Samba-HOWTO-Collection/Unicode.xml @@ -103,7 +103,8 @@ Samba knows of three kinds of character sets: This is the charset used internally by your operating system. The default is UTF-8, which is fine for most systems, which covers all characters in all languages. The default - in previous Samba releases was ASCII. + in previous Samba releases was to save filenames in the encoding of the + clients, for example cp850 for western european countries. -- cgit