;Dotan Mazor" <[EMAIL PROTECTED]>; "Ben-Nes Michael" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, October 26, 2003 11:15 PM
Subject: Re: Converting to the new samba
> Hi,
>
> The solution is very simple, you need to convert the Hebrew file names on
t
On Wed, Dec 31, 2003 at 04:38:02PM +0200, Chaim Keren Tzion wrote:
> I tried 'convmv' and it worked great. One point to be aware of: I had two
> directory structures and it seems that one was in cp862 and one was in iso-
> 8859-8. At first I ran the same command on both directories:
> convmv -r -f
I tried 'convmv' and it worked great. One point to be aware of: I had two
directory structures and it seems that one was in cp862 and one was in iso-
8859-8. At first I ran the same command on both directories:
convmv -r -f cp862 -t utf8 --nfc directory1
That worked fine for the cp862 encoded dire
On Wed, Dec 31, 2003 at 02:31:21PM +0200, Chaim Keren Tzion wrote:
> Didi,
>
> Could you post the script you mention that you use for converting cp862 and
> iso8859-8 filed and directories to UTF-8?
I don't mind to, but I recently saw on freshmeat something called
'convmv' which is probably bett
Didi,
Could you post the script you mention that you use for converting cp862 and
iso8859-8 filed and directories to UTF-8?
Thanks
--
Chaim Keren Tzion | [EMAIL PROTECTED]
System Administrator" The Hebrew University of Jerusalem
Dept. of Neurobiology " Tel: 972-2-658-5083
Inst. of L
On Sun, Oct 26, 2003 at 10:15:58PM +0200, Gal Goldschmidt wrote:
> Hi,
>
> The solution is very simple, you need to convert the Hebrew file names on the
> server to UTF-8 encoded.
>
> Here is a script adopted from the SAMBA docs:
> find /path/to/share -type f -exec bash -c 'CP="{}"; ISO=`echo -
Well, you could try to write "utf-8" instead of "utf". I didn't have to
change anything, but then, I got all my Hebrew files changed to undescores
(like this: .___), which made me brake a few chairs.
Oh well, I guess you better take advices from someone who knows at least a
bit of what
Hi,
The solution is very simple, you need to convert the Hebrew file names on the
server to UTF-8 encoded.
Here is a script adopted from the SAMBA docs:
find /path/to/share -type f -exec bash -c 'CP="{}"; ISO=`echo -n "$CP" | \
iconv -f cp862 -t UTF-8`; if [ "$CP" != "$ISO" ]; then mv "$CP" \
Hi All & Shana Tova
im trying to move my files from samba 2.x to 3.x version.
I mounted the old samba on /mnt/oldsmb but I couldn't find how to tell it to
load it as utf ( on the Linux side ) and I just get gibberish on console,
win$ & putty.
I think its something with the charset but I couldn't