Re: [OT] File Encoding question again

2005-12-05 Thread Ondra Cada
Hi, On 5.12.2005, at 20:23, Chuck Hill wrote: Is there a test I can run on the string (or the file) which gives back the current encoding? I could not find it in Javadoc. I can change the encoding but I need to know which encoding the file came with, as far as I understand it. Is there a

Re: [OT] File Encoding question again

2005-12-05 Thread Chuck Hill
On Dec 4, 2005, at 10:22 AM, Ute Hoffmann wrote: Hallo, sorry, this is more a Java than a WebObjects Question... Suppose a user loads up a file with data (cvs) which will be read in by WebObjects and then parsed and sent to the database... How can I find out which the encoding of the file

[OT] File Encoding question again

2005-12-04 Thread Ute Hoffmann
Hallo, sorry, this is more a Java than a WebObjects Question... Suppose a user loads up a file with data (cvs) which will be read in by WebObjects and then parsed and sent to the database... How can I find out which the encoding of the file provided by the user is? Is there a test I can run o