Re: Determining encoding of a file

2007-02-03 Thread Tony Houghton
In <[EMAIL PROTECTED]>, Ben Finney <[EMAIL PROTECTED]> wrote: > Tony Houghton <[EMAIL PROTECTED]> writes: > >> In Linux it's possible for filesystems to have a different encoding >> from the system's setting. Given a filename, is there a (preferably) >> portable way to determine its encoding? > >

Re: Determining encoding of a file

2007-02-03 Thread Ben Finney
Tony Houghton <[EMAIL PROTECTED]> writes: > In Linux it's possible for filesystems to have a different encoding > from the system's setting. Given a filename, is there a (preferably) > portable way to determine its encoding? If there were, PEP 263 would not be necessary. http://www.python.or

Re: Determining encoding of a file

2007-02-03 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, Tony Houghton wrote: > In Linux it's possible for filesystems to have a different encoding from > the system's setting. Given a filename, is there a (preferably) portable > way to determine its encoding? No. Ciao, Marc 'BlackJack' Rintsch -- http://mail.python.o

Determining encoding of a file

2007-02-03 Thread Tony Houghton
In Linux it's possible for filesystems to have a different encoding from the system's setting. Given a filename, is there a (preferably) portable way to determine its encoding? -- TH * http://www.realh.co.uk -- http://mail.python.org/mailman/listinfo/python-list