summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-03-10 23:09:33 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:17 -0500
commita178f717392c380e2bf774e5e8fd94fe9d81434b (patch)
treea47f248903ee9ece624227ef6c42b446e5514f49
parentc70d0571e54498f3c01f21f3f5da5942a66588ef (diff)
downloadsamba-a178f717392c380e2bf774e5e8fd94fe9d81434b.tar.gz
samba-a178f717392c380e2bf774e5e8fd94fe9d81434b.tar.bz2
samba-a178f717392c380e2bf774e5e8fd94fe9d81434b.zip
In previous Samba versions, no charset conversion was done for filenames by default. Fixes #130
(This used to be commit 10b2a8f34ca627412f4f00a202f2000c2e29d0f2)
-rw-r--r--docs/Samba-HOWTO-Collection/Unicode.xml3
1 files changed, 2 insertions, 1 deletions
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 <constant>UTF-8</constant>, which is fine for most
systems, which covers all characters in all languages. The default
- in previous Samba releases was <constant>ASCII</constant>.
+ in previous Samba releases was to save filenames in the encoding of the
+ clients, for example cp850 for western european countries.
</para></listitem>
</varlistentry>