Hi,

On Sun, Feb 10, 2002 at 09:42:16AM +0200, Igor Tertishny wrote:
> 
> Hi,
> 
> Clients in my network - Windows. Servers - Linux (Redhat, Mandrake, Alt). 
> Clients no read names of files by hebrew. Codepages iso-8859-8 and cp862 in 
> /etc/samba not exists. 
> 
> Help me!

Add to [global] this:
valid chars = 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 
242 243 244 245 246 247 248 249 250 253 254
(in one long line, of course).

If you also want to be able to view the filenames from Linux, you should
either pipe the output through something like tr '\200-\236' '\340-\376',
or apply my patch <http://www.cs.tau.ac.il/~didi/samba-hebrew-patch>.

        Didi

> 
>                                 Igor
> 
> =================================================================
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to