Re: Interpreting non-ascii characters.

2007-07-18 Thread ddtl
On Wed, 18 Jul 2007 08:29:58 +1000, John Machin <[EMAIL PROTECTED]> wrote: > ... I have a bunch of directories and files from different systems (each directory contains files from the same system) which are encoded differently (though all of them are in Russian), so the following encodings are pr

Re: Interpreting non-ascii characters.

2007-07-17 Thread Omari Norman
> I want to create a script which reads files in a > current directory and renames them according to some > scheme. The file names are in Russian - sometimes > the names encoded as win-1251, sometimes as koi8-r etc. > I want to read in file name and convert it to list for > further processing. T

Re: Interpreting non-ascii characters.

2007-07-17 Thread John Machin
On 18/07/2007 4:11 AM, ddtl wrote: > Hello everybody, > > I want to create a script which reads files in a > current directory and renames them according to some > scheme. The file names are in Russian - sometimes > the names encoded as win-1251, sometimes as koi8-r etc. You have a file system

Interpreting non-ascii characters.

2007-07-17 Thread ddtl
Hello everybody, I want to create a script which reads files in a current directory and renames them according to some scheme. The file names are in Russian - sometimes the names encoded as win-1251, sometimes as koi8-r etc. I want to read in file name and convert it to list for further proces