Re: Hebrew filenames from a Windows(XP) zip file

2005-10-31 Thread Yaad Blum
--0-542618156-1130696841=:39025 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline Use the rep-heb-zip script to convert file names to a proper hebrew format. The script recursively change all filenames of a given directory

Re: Hebrew filenames from a Windows(XP) zip file

2005-10-31 Thread Yaad Blum
--0-1737671725-1130688011=:59061 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline Use the rep-heb-zip script to convert file names to a proper hebrew format. The script recursively change all filenames of a given directory

Hebrew filenames from a Windows(XP) zip file.

2004-08-25 Thread Amir Hardon
order) So I have two questions: 1. (The simple one) What's the problem with iconv? 2. What can I do with the Hebrew filenames? Thanks! -Amir. = To unsubscribe, send mail to [EMAIL PROTECTED] with the word unsubscribe in the message

Re: Hebrew filenames from a Windows(XP) zip file.

2004-08-25 Thread Omer Zak
Can you run an experiment as follows: 1. Create few files with known Hebrew names in your Windows XP machine. 2. Zip them in your Windows XP machine. 3. Unzip -l them in your Linux machine, and compare strings. My guess is that Winzip encodes Hebrew filenames in a different way from the way

Re: Hebrew filenames from a Windows(XP) zip file.

2004-08-25 Thread Herouth Maoz
Quoting Amir Hardon [EMAIL PROTECTED]: Just for testing the encoding I listed the file names into a text file ('unzip -l file.txt'), and tried it to convert to different encodings using iconv. But iconv always failed(No matter which encoding I'm trying to use), with the following message:

Re: Hebrew filenames from a Windows(XP) zip file.

2004-08-25 Thread Yedidyah Bar-David
that the zip itself has DOS hebrew (cp862) filenames, which unzip expects as cp850, and converts to iso8859-1. This indeed worked: I created a filename with all the heberw letters, zipped it witn winzip, unzipped in Linux, then did ls -l | iconv -f iso8859-1 -t cp850 | iconv -f cp862 -t iso8859-8

Re: Displaying filenames in iso8859-8 in Konqueror.

2003-07-27 Thread Shlomi Fish
On Sat, 26 Jul 2003, Tzafrir Cohen wrote: On Sat, Jul 26, 2003 at 10:34:02PM +0300, Shlomi Fish wrote: On Sat, 26 Jul 2003, Tzafrir Cohen wrote: On Sat, Jul 26, 2003 at 09:16:11PM +0300, Shlomi Fish wrote: On Sat, 26 Jul 2003, Shlomi Fish wrote: On Sat, 26 Jul 2003, Oded

Re: Displaying filenames in iso8859-8 in Konqueror.

2003-07-27 Thread Shlomi Fish
Hmmm... Running the command: localedef -f ISO-8859-8 -i he_IL he_IL.ISO-8859-8 As root seems to have solved the problem. I googled for he_IL.ISO-8859-8. Regards, Shlomi Fish -- Shlomi Fish[EMAIL PROTECTED]

Re: Displaying filenames in iso8859-8 in Konqueror.

2003-07-27 Thread Oded Arbel
On Saturday 26 July 2003 21:16, Shlomi Fish wrote: On Sat, 26 Jul 2003, Shlomi Fish wrote: Install locales-he as well as kde-i18n-he now set LC_CTYPE in /etc/sysconfig/i18n to 'IL_he.ISO-8859-8' should work now Thanks! That worked great. Will it have any other effect on my system?

Re: Displaying filenames in iso8859-8 in Konqueror.

2003-07-27 Thread Tzafrir Cohen
On Sun, Jul 27, 2003 at 11:22:45AM +0300, Shlomi Fish wrote: Hmmm... Running the command: localedef -f ISO-8859-8 -i he_IL he_IL.ISO-8859-8 As root seems to have solved the problem. I googled for he_IL.ISO-8859-8. Can anybody check this with cooker/9.2 beta? If indeed the package

Re: Displaying filenames in iso8859-8 in Konqueror.

2003-07-27 Thread Tzafrir Cohen
On Sun, Jul 27, 2003 at 11:32:31AM +0300, Oded Arbel wrote: On Saturday 26 July 2003 21:16, Shlomi Fish wrote: On Sat, 26 Jul 2003, Shlomi Fish wrote: Install locales-he as well as kde-i18n-he now set LC_CTYPE in /etc/sysconfig/i18n to 'IL_he.ISO-8859-8' should work now

Re: Displaying filenames in iso8859-8 in Konqueror.

2003-07-27 Thread Oded Arbel
On Sunday 27 July 2003 12:11, Tzafrir Cohen wrote: and then put some script into /etc/X11/xinit.d that will set the appropriate LC_CTYPE just for the X session. /etc/X11/xinitrc.d right? no - /etc/X11/xinit.d its a directory that xinit reads and runs the stuff in it. AFAIK, its being run

Re: Displaying filenames in iso8859-8 in Konqueror.

2003-07-27 Thread Oded Arbel
On Sunday 27 July 2003 12:04, Tzafrir Cohen wrote: On Sun, Jul 27, 2003 at 11:22:45AM +0300, Shlomi Fish wrote: Hmmm... Running the command: localedef -f ISO-8859-8 -i he_IL he_IL.ISO-8859-8 As root seems to have solved the problem. I googled for he_IL.ISO-8859-8. Can anybody

Re: Displaying filenames in iso8859-8 in Konqueror.

2003-07-26 Thread Shlomi Fish
On Fri, 25 Jul 2003, Beni Cherniavsky wrote: Shlomi Fish wrote on 2003-07-25: On Fri, 25 Jul 2003, Beni Cherniavsky wrote: Shlomi Fish wrote on 2003-07-25: Hi! I have some Hebrew filenames on my Windows partitions. I need to export them to Samba,so I set the mount

Re: Displaying filenames in iso8859-8 in Konqueror.

2003-07-26 Thread Oded Arbel
On Saturday 26 July 2003 10:40, Shlomi Fish wrote: Hmmm... I had a hard time upgrading to Samba 3.0 last time I tried (the RPM building process was broken). I'd rather not upgrade again. Mandrake Cooker has Samba 3 beta 3 RPMs. working great. Second, konqueror should show files according

Re: Displaying filenames in iso8859-8 in Konqueror.

2003-07-26 Thread Shlomi Fish
On Sat, 26 Jul 2003, Oded Arbel wrote: On Saturday 26 July 2003 10:40, Shlomi Fish wrote: Hmmm... I had a hard time upgrading to Samba 3.0 last time I tried (the RPM building process was broken). I'd rather not upgrade again. Mandrake Cooker has Samba 3 beta 3 RPMs. working great. OK.

Re: Displaying filenames in iso8859-8 in Konqueror.

2003-07-26 Thread Shlomi Fish
On Sat, 26 Jul 2003, Tzafrir Cohen wrote: On Sat, Jul 26, 2003 at 09:16:11PM +0300, Shlomi Fish wrote: On Sat, 26 Jul 2003, Shlomi Fish wrote: On Sat, 26 Jul 2003, Oded Arbel wrote: On Saturday 26 July 2003 10:40, Shlomi Fish wrote: Hmmm... I had a hard time upgrading to

Re: Displaying filenames in iso8859-8 in Konqueror.

2003-07-26 Thread Tzafrir Cohen
On Sat, Jul 26, 2003 at 10:34:02PM +0300, Shlomi Fish wrote: On Sat, 26 Jul 2003, Tzafrir Cohen wrote: On Sat, Jul 26, 2003 at 09:16:11PM +0300, Shlomi Fish wrote: On Sat, 26 Jul 2003, Shlomi Fish wrote: On Sat, 26 Jul 2003, Oded Arbel wrote: This surely can't

Displaying filenames in iso8859-8 in Konqueror.

2003-07-25 Thread Shlomi Fish
Hi! I have some Hebrew filenames on my Windows partitions. I need to export them to Samba, so I set the mount options to: /dev/hda1 /mnt/win_c vfat iocharset=iso8859-8,codepage=862,umask=022 0 0 /dev/hda5 /mnt/win_d vfat iocharset=iso8859-8,codepage=862,umask=022 0 0 Now, I want Konqueror

Re: Displaying filenames in iso8859-8 in Konqueror.

2003-07-25 Thread Beni Cherniavsky
Shlomi Fish wrote on 2003-07-25: Hi! I have some Hebrew filenames on my Windows partitions. I need to export them to Samba, so I set the mount options to: /dev/hda1 /mnt/win_c vfat iocharset=iso8859-8,codepage=862,umask=022 0 0 /dev/hda5 /mnt/win_d vfat iocharset=iso8859-8,codepage=862

Re: Displaying filenames in iso8859-8 in Konqueror.

2003-07-25 Thread Shlomi Fish
On Fri, 25 Jul 2003, Beni Cherniavsky wrote: Shlomi Fish wrote on 2003-07-25: Hi! I have some Hebrew filenames on my Windows partitions. I need to export them to Samba, so I set the mount options to: /dev/hda1 /mnt/win_c vfat iocharset=iso8859-8,codepage=862,umask=022 0 0

Re: Displaying filenames in iso8859-8 in Konqueror.

2003-07-25 Thread Beni Cherniavsky
Shlomi Fish wrote on 2003-07-25: On Fri, 25 Jul 2003, Beni Cherniavsky wrote: Shlomi Fish wrote on 2003-07-25: Hi! I have some Hebrew filenames on my Windows partitions. I need to export them to Samba, so I set the mount options to: /dev/hda1 /mnt/win_c vfat

Hebrew filenames in SAMBA: How to see them in the Unix filesystem?

2003-03-28 Thread Ilya Konstantinov
not being among them) unix charset is the charset which is used to store the filenames on your Unix filesystem (ext2, reiser, it doesn't matter). I suggest you to set the UTF-8 charset and set the he_IL.UTF-8 locale in your configuration (/etc/sysconfig/i18n on RedHat). dos charset

hebrew filenames, documentation needed ?

2003-03-27 Thread Stiven Andre
system exported by SAMBA. Windows machines use that share and read/write to it using Hebrew filenames(works without any problems). When I login to SAMBA server with ssh and do ls /home/public all the Hebrew filenames appear as ? .doc or something. How do I convert it to normal filenames so I

Re: hebrew filenames, documentation needed ?

2003-03-27 Thread Oleg Kobets
will remember more :-) Oleg. - Original Message - From: Stiven Andre [EMAIL PROTECTED] To: linux-il [EMAIL PROTECTED] Sent: Thursday, March 27, 2003 8:32 PM Subject: hebrew filenames, documentation needed ? Hi list. I have surfed the IGLU web site to find any information on how to see Hebrew

DragDrop Hebrew Filenames from Konq to Xmms

2003-02-15 Thread Shlomi Fish
to invoke half of GNOME along with it, which messes up my KDE configuration). 4. I can invoke the filenames with xmms -e. 5. Xmms rejects the files that are dragged to it from Konq. 6. Before switching to the utf8 mounting of the vfat partition, DD worked fine. (but I could not see the Hebrew

Hebrew filenames +ext3

2002-12-08 Thread Gil Disatnik
Hello, I was wondering if and how it is possible to have Hebrew filenames on an ext2/3 FS. I have harvested into the docs and found out that the charset FS modules are only good for FAT/ISO filesystems. Whenever I try having Hebrew filenames (using KDE 3.0.5) the chars are being replaced

Re: Hebrew filenames +ext3

2002-12-08 Thread Hetz Ben Hamo
On Sunday 08 December 2002 14:13, Gil Disatnik wrote: Hello, I was wondering if and how it is possible to have Hebrew filenames on an ext2/3 FS. I have harvested into the docs and found out that the charset FS modules are only good for FAT/ISO filesystems. Whenever I try having Hebrew

Re: Hebrew filenames +ext3

2002-12-08 Thread Tzafrir Cohen
On Sun, 8 Dec 2002, Hetz Ben Hamo wrote: On Sunday 08 December 2002 14:13, Gil Disatnik wrote: Hello, I was wondering if and how it is possible to have Hebrew filenames on an ext2/3 FS. I have harvested into the docs and found out that the charset FS modules are only good for FAT/ISO

Hebrew Filenames in Konqueror 3.0.0

2002-05-25 Thread Shlomi Fish
Can anybody give me a step-by-step recipe to viewing Hebrew Filenames (which reside on a FAT32 partition) with Konqueror 3.0.0? Regards, Shlomi Fish -- Shlomi Fish[EMAIL PROTECTED] Home Page: http

Re: Hebrew Filenames in Konqueror 3.0.0

2002-05-25 Thread Tzafrir Cohen
On Sat, 25 May 2002, Shlomi Fish wrote: Can anybody give me a step-by-step recipe to viewing Hebrew Filenames (which reside on a FAT32 partition) with Konqueror 3.0.0? Partial answer: I have currently tried: mount -o codepage=862,iocharset=iso8859-8 /dev/fat_partition /mnt/point

Re: Hebrew Filenames in Konqueror 3.0.0

2002-05-25 Thread Ilya Konstantinov
On Sat, 2002-05-25 at 11:53, Shlomi Fish wrote: Can anybody give me a step-by-step recipe to viewing Hebrew Filenames (which reside on a FAT32 partition) with Konqueror 3.0.0? Simple. 1. Mount the FAT32 partition with the 'utf8' option. 2. Either run KDE under a UTF-8 locale

Re: Hebrew Filenames in Konqueror 3.0.0

2002-05-25 Thread Barak B
áùáú, 25 áîàé 2002, 12:48, Tzafrir Cohen ëúá: On Sat, 25 May 2002, Shlomi Fish wrote: Can anybody give me a step-by-step recipe to viewing Hebrew Filenames (which reside on a FAT32 partition) with Konqueror 3.0.0? Partial answer: I have currently tried: mount -o codepage=862,iocharset

Re: Hebrew Filenames in Konqueror 3.0.0

2002-05-25 Thread Ilya Konstantinov
On Sat, 2002-05-25 at 15:34, Barak B wrote: when i write some Hebrew text in GTK progrem or in Gnome2 progrem's (Beta ...) the text is not show up (the corsur is freeze) GNOME2 always uses UTF-8 for file names. 1. Create a UTF-8 Hebrew locale: localedef -f UTF-8 -i he_IL he_IL.UTF-8 2. Set

Re: Linux filenames with definite encoding (Was: FTP server with intl support)

2002-02-13 Thread Diego Iastrubni
On Monday 11 February 2002 20:50, Tzafrir Cohen wrote: On Mon, 11 Feb 2002, Adi Stav wrote: On Mon, Feb 11, 2002 at 07:52:12PM +0200, Ilya Konstantinov wrote: I thought all this was being addressed. Aren't GNOME 2.0 and KDE 3.0 going to work in Unicode by default, all the time? What

Re: Linux filenames with definite encoding (Was: FTP server with intl support)

2002-02-12 Thread Yedidyah Bar-David
On Tue, Feb 12, 2002 at 09:58:58AM +0200, Shachar Shemesh wrote: Sorry for retreating in the thread, but an important note struck me from my past. Nadav Har'El wrote: No, UNIX traditionally operates on strings of chars (bytes/octets). No special treatment is ever given by system calls

Re: Linux filenames with definite encoding (Was: FTP server with intl support)

2002-02-12 Thread Nadav Har'El
On Tue, Feb 12, 2002, Shachar Shemesh wrote about Re: Linux filenames with definite encoding (Was: FTP server with intl support): ... UTF-8 is designed to be 100% backwards compatible with ASCII -- the encoding of an ASCII string in UTF-8 is exactly the same. Series of two or more non-ASCII

Re: Linux filenames with definite encoding (Was: FTP server with intl support)

2002-02-11 Thread Adi Stav
On Sun, Feb 10, 2002 at 08:48:36PM +0200, Ilya Konstantinov wrote: Before Linux FTP daemons could offer filenames in a definite encoding, Linux needs some way to get a definite of a filename, and AFAIK the kernel offers no such standard way (via an extended version of readdir etc

Re: Linux filenames with definite encoding (Was: FTP server withintl support)

2002-02-11 Thread Ilya Konstantinov
filename is in Unicode encoding. Eventually, glibc should offer u_readdir() and readdir(). u_readdir() would return the filename in UTF-8 encoding (by asking the kernel for the Unicode filenames via the new syscall) readdir() would also call the kernel's new syscall and then convert the filenames

Re: Linux filenames with definite encoding (Was: FTP server with intl support)

2002-02-11 Thread Nadav Har'El
On Mon, Feb 11, 2002, Ilya Konstantinov wrote about Re: Linux filenames with definite encoding (Was: FTP server with intl support): I wasn't suggesting readdir should have another argument to specify the desired encoding, but rather that a standard encoding should be chosen. e.g. the ext2

Re: Linux filenames with definite encoding (Was: FTP server with intl support)

2002-02-11 Thread Shachar Shemesh
Sorry for retreating in the thread, but an important note struck me from my past. Nadav Har'El wrote: No, UNIX traditionally operates on strings of chars (bytes/octets). No special treatment is ever given by system calls to any byte except null (and / in pathnames) Ok, what if the locale

Linux filenames with definite encoding (Was: FTP server with intlsupport)

2002-02-10 Thread Ilya Konstantinov
On Sun, 2002-02-10 at 15:36, Lina Kemmel wrote: I'm much more concerened about more important things, ... I still believe that LANG is not less important ;-) Before Linux FTP daemons could offer filenames in a definite encoding, Linux needs some way to get a definite of a filename, and AFAIK

Re: Displaying Hebrew Filenames in the Konqueror File Browser

2001-11-10 Thread Ilya Konstantinov
sees filenames according to what QFile::decodeName returns to it -- which is platform-specific. On Unix platforms, it's according to Qt's locale codec (see QApplication::setDefaultCodec). KDE 2.x sets the Qt locale codec according to the charset you configured in KDE Control Center Language Country

Re: Displaying Hebrew Filenames in the Konqueror File Browser

2001-11-09 Thread Shlomi Fish
On Fri, 9 Nov 2001, Max Kovgan wrote: Shlomi, have you tried misc-fixed with iso-8859-8 encoding ? Max. How do I set it to the iso8859-8 encoding? There is absolutely nothing about it in the configuration dialogs. Regards, Shlomi Fish -=O0~~O0=-

Re: Problem uploading Hebrew filenames to glFtpD server

2001-06-03 Thread Eran Levy
My FTP server is proftpd. In Win98Ena im using SSH Ftp Transfer and I can send Hebrew filenames to my Linux system. At 00:20 02/06/01 +0300, you wrote: On Fri, 1 Jun 2001, Eran Levy wrote: Hi, Im using proftpd and Im sending hebrew files through the SSH Secure file Transfer

Problem uploading Hebrew filenames to glFtpD server

2001-06-01 Thread ohgreat1
A family relative of mine runs a glFtpD server and I'm having a problem uploading to him (to server) only when the filenames are in Hebrew (from a Win98HebEna machine). Every time I try to upload I get the following error msg in the client (any Windows client): Permission denied. (Filename

Re: Problem uploading Hebrew filenames to glFtpD server

2001-06-01 Thread Eran Levy
Hi, Im using proftpd and Im sending hebrew files through the SSH Secure file Transfer in Win98enabled without any problems... At 02:24 01/06/01 -0400, you wrote: A family relative of mine runs a glFtpD server and I'm having a problem uploading to him (to server) only when the filenames

Re: mkisofs and hebrew filenames

2001-05-17 Thread Gavrie Philipson
Ilya Konstantinov wrote: On Wed, May 16, 2001 at 01:47:58PM +0300, Gavrie Philipson wrote: Hi IGLUers, I was wondering if anyone here has succeeded in burning CD-Rs with Hebrew filenames on them, that are readable on that other OS. Normally, mkisofs (with the -J option to create

Re: mkisofs and hebrew filenames

2001-05-17 Thread Tzafrir Cohen
On Thu, 17 May 2001, Gavrie Philipson wrote: Ilya Konstantinov wrote: On Wed, May 16, 2001 at 01:47:58PM +0300, Gavrie Philipson wrote: Another possible thing might be that you'll need to include a zero-width Unicode symbol which means start bidi algorythm. POP DIRECTIONAL FORMATTING

Re: mkisofs and hebrew filenames

2001-05-17 Thread Gavrie Philipson
could look at ISO9660 filenames in a different way than normal, on-disk filenames. It could be that Windows doesn't consider those Hebrew filenames as Hebrew, but rather as some unknown language, and doesn't use the Bidi algorithm on them. Maybe Ilya's idea will convince it ;-) Gavrie. -- Gavrie

mkisofs and hebrew filenames

2001-05-16 Thread Gavrie Philipson
Hi IGLUers, I was wondering if anyone here has succeeded in burning CD-Rs with Hebrew filenames on them, that are readable on that other OS. Normally, mkisofs (with the -J option to create Joliet directories) barfs on Hebrew filenames. When adding the option '-jcharset cp862', the Windows Hebrew

Re: mkisofs and hebrew filenames

2001-05-16 Thread Ilya Konstantinov
On Wed, May 16, 2001 at 01:47:58PM +0300, Gavrie Philipson wrote: Hi IGLUers, I was wondering if anyone here has succeeded in burning CD-Rs with Hebrew filenames on them, that are readable on that other OS. Normally, mkisofs (with the -J option to create Joliet directories) barfs on Hebrew

Re: Filenames

2001-02-01 Thread Oren Held
2001, hagity wrote: How do I make it possible for linux ,and word/excel under windows clients to see filenames on samba shares of my server? I can see the filenames on the explorer but not in Word or Excel. Hagit

Re: Re: Filenames

2001-02-01 Thread Oren Held
It does not remember it. It remains hidden. The files on the local disk (c:) are Ok I can see them and they are not hidden. Hagit ---Original Message--- From: Oren Held To: hagity Cc: Linux-Il Mailing List Subject: Re: Filenames Hello Hagit I'm not too sure I understood

Filenames

2001-02-01 Thread Eran Levy
Hi Hagit, word/excel use the same directories browsing. You shouldnt have any problems. Regards, Eran Levy. ICQ #: 104100321 E-mail: [EMAIL PROTECTED] WebSite: http://come.to/liloboot "If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby Pro-Logic Surround Sound with Bass

Filenames

2001-01-31 Thread hagity
How do I make it possible for linux ,and word/excel underwindows clients to see filenames on samba shares of my server? I can see the filenames on the explorer but not in Word or Excel. Hagit

Re: hebrew filenames..

2001-01-04 Thread Tal Amir
mandrake just hates those songs, i guess... ;) On Thu, 4 Jan 2001, Adi Stav wrote: Date: Thu, 4 Jan 2001 08:44:56 +0200 From: Adi Stav [EMAIL PROTECTED] To: Tal Amir [EMAIL PROTECTED] Cc: the linux-il mailing list [EMAIL PROTECTED] Subject: Re: hebrew filenames.. On Wed, Jan 03, 2001 at 09

hebrew filenames..

2001-01-03 Thread Tal Amir
hi list, i have a folder containing mp3, sitting in my linux box and shared to the rest of the lan via samba. this folder contains a bus foler with hebrew files (that i was foolish enough to name in hebrew fonts.) the situation is that linux shows the files as empty directory's (even if it is

Re: hebrew filenames..

2001-01-03 Thread Tzafrir Cohen
the files as empty directory's (even if it is an mp3 file) and cannot access, rename or delete it in any way. what "linux"? I currently have no problem using hebrew filenames (iso8859-8 - 8bit) from the shell. ls will show hebrew characters as ?'s if your locale (LC_CTYPE spesifically)

Re: hebrew filenames..

2001-01-03 Thread Alon Altman
tory... we need to find out the character set of these filenames... Alon - if you cut here, you'll probably destroy your monitor -- This message was sent by Alon Altman ([EMAIL PROTECTED]) ICQ:1366540 The RIGHT way to contact me is by e-mail. I am otherwise n

Re: hebrew filenames..

2001-01-03 Thread Adi Stav
On Wed, Jan 03, 2001 at 09:20:15PM +0200, Tal Amir wrote: hi list, i have a folder containing mp3, sitting in my linux box and shared to the rest of the lan via samba. this folder contains a bus foler with hebrew files (that i was foolish enough to name in hebrew fonts.) the situation

Re: spaces in filenames

2000-12-27 Thread Nadav Har'El
On Wed, Dec 27, 2000, guy keren wrote about "Re: spaces in filenames": while the 'cd' override solution does not work on certain cases. i often use the 'pushd' and 'popd' command, which also change the current directory, and do NOT invoke the shell builtin 'cd' function, at least

Re: spaces in filenames

2000-12-27 Thread Oleg Goldshmidt
guy keren [EMAIL PROTECTED] writes: while the 'cd' override solution does not work on certain cases. i often use the 'pushd' and 'popd' command, which also change the current directory, and do NOT invoke the shell builtin 'cd' function, at least not under tcsh. so you need to alias 'cd',

Re: spaces in filenames

2000-12-27 Thread Oleg Goldshmidt
Adi Stav [EMAIL PROTECTED] writes: On Wed, Dec 27, 2000 at 12:55:19AM +0200, Nadav Har'El wrote: On Tue, Dec 26, 2000, Adi Stav wrote about "Re: spaces in filenames": Speaking of, by the way, I wonder why almost everybody I've seen who digs smart xterm titles uses the cd tri

spaces in filenames

2000-12-26 Thread Oleg Goldshmidt
Hi, I see the following weird phenomenon: bash cannot recognize filenames or directories that have spaces, unless I am root/su. This is a typical example: $ mkdir "Foo Bar" $ cd Foo\ Bar/ bash: cd: Foo: No such file or directory $ su Password: # cd Foo\ Bar/ /home/oleg/t

Re: spaces in filenames

2000-12-26 Thread Moshe Zadka
On 26 Dec 2000, Oleg Goldshmidt [EMAIL PROTECTED] wrote: $ mkdir "Foo Bar" $ cd Foo\ Bar/ bash: cd: Foo: No such file or directory It Works For Me(tm) on RH 6.2 = To unsubscribe, send mail to [EMAIL PROTECTED] with the word

Re: spaces in filenames

2000-12-26 Thread Nadav Har'El
On Tue, Dec 26, 2000, Oleg Goldshmidt wrote about "spaces in filenames": Hi, I see the following weird phenomenon: bash cannot recognize filenames or directories that have spaces, unless I am root/su. This is a typical example: $ mkdir "Foo Bar" $ cd Foo\

Re: spaces in filenames

2000-12-26 Thread Oleg Goldshmidt
"Nadav Har'El" [EMAIL PROTECTED] writes: Do you have a 'cd' function in your .bashrc? ;) It appears that in your own account (but not root), you have a cd function (e.g., that shows the current directory on a window's title), which perhaps uses $* and distroys the shell's space handling.

Re: spaces in filenames

2000-12-26 Thread Adi Stav
On Tue, Dec 26, 2000 at 08:15:39PM +0200, Oleg Goldshmidt wrote: Brilliant! Stupid me! I had # let the xterm titlebar show the current dir xtitle() { if [ "$TERM" = "xterm" ]; then echo -n -e "\033]0;$@\007" /dev/tty fi } # Change the 'cd' 'pushd'

Re: spaces in filenames

2000-12-26 Thread Nadav Har'El
On Tue, Dec 26, 2000, Adi Stav wrote about "Re: spaces in filenames": Speaking of, by the way, I wonder why almost everybody I've seen who digs smart xterm titles uses the cd trick instead of something like: PS1_SIMPLE="\h: \w " PS1="\[\033]0;${PS1_SIMPLE}\007\]${PS

Re: disabling samba write certain filenames

2000-08-17 Thread Yedidia Klein
You can write a cron that erase it every X minutes/hours - Original Message - From: [EMAIL PROTECTED] To: ILUG [EMAIL PROTECTED] Sent: Thursday, August 17, 2000 9:43 AM Subject: disabling samba write certain filenames hi is there a way to tell samba ( or the linux filesystem

Re[2]: hebrew filenames in vfat

2000-01-13 Thread Evgeny Stambulchik
linux. Right :) The problem is how to get those files to a different computer with windows. Anyone here has some experience with unicode filenames support of zip? tar? There is nothing special about "unicode filenames". Those are usual (e.g. valid, made out of ASCII chara

Re: Re[2]: hebrew filenames in vfat

2000-01-13 Thread Tzafrir Cohen
On Thu, 13 Jan 2000, Evgeny Stambulchik wrote: Tzafrir Cohen [EMAIL PROTECTED] wrote: The problem is how to get those files to a different computer with windows. Anyone here has some experience with unicode filenames support of zip? tar? There isnothing special about "un

Re[4]: hebrew filenames in vfat

2000-01-13 Thread Evgeny Stambulchik
Tzafrir Cohen [EMAIL PROTECTED] wrote: On Thu, 13 Jan 2000, Evgeny Stambulchik wrote: Tzafrir Cohen [EMAIL PROTECTED] wrote: The problem is how to get those files to a different computer with windows. Anyone here has some experience with unicode filenames support

RE: Re[2]: hebrew filenames in vfat

2000-01-13 Thread Chen Shapira
Tzafrir Cohen [EMAIL PROTECTED] wrote: Where can I find unicode fonts? There is a GPL'ed unicode editor (don't remember the name) - search freshmeat. I'm pretty sure it comes with some :) But why would fonts help you?! GNU has a unicode font project, but I'm unsure about its

Re: Re[2]: hebrew filenames in vfat

2000-01-13 Thread Ely Levy
with unicode filenames support of | zip? tar? | | There is nothing special about "unicode filenames". Those are usual (e.g. valid, | made out of ASCII characters only) filenames created by a _reversible_ mapping | method. Note the word reversible. As far as both, the source and the targe

Re: hebrew filenames in vfat

2000-01-12 Thread Ely Levy
is that I see all hebrew chars as "?". | from reading vfat.txt on kernel docs I understannd that vfat long | filenames are stored in unicode. When I use "utf8=true" I get some unicode | gibrish instead of the question marks. I did not figure out if there is | any way of using th

Re: hebrew filenames in vfat

2000-01-12 Thread Tzafrir Cohen
Where can I find unicode fonts? Anyway - the problem is not with what I see in this computer under linux. The problem is how to get those files to a different computer with windows. Anyone here has some experience with unicode filenames support of zip? tar? Or would it be best to use a windows

hebrew filenames in vfat

2000-01-11 Thread Tzafrir Cohen
, as the windows can not currently boot. The problem is that I see all hebrew chars as "?". from reading vfat.txt on kernel docs I understannd that vfat long filenames are stored in unicode. When I use "utf8=true" I get some unicode gibrish instead of the question marks.

Re: hebrew filenames in vfat

2000-01-11 Thread Tzafrir Cohen
ls --show-control-chars does help on ext2, but does not seem to help on vfat . thanks anyway -- Tzafrir Cohen mailto:[EMAIL PROTECTED] http://www.technion.ac.il/~tzafrir On Wed, 12 Jan 2000 [EMAIL PROTECTED] wrote: The problem is that I see all hebrew chars as "?". I think this might