REPOST: Re: Bug? Reading File Source

2004-02-16 Thread Jan Hoskens
Nobody has any remarks about this? Or is it because it was posted at the end of the week;-) Or should I ask dev list? Kind Regards, Jan - Original Message - From: Jan Hoskens [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 13, 2004 11:32 AM Subject: Bug? Reading File

Re: REPOST: Re: Bug? Reading File Source

2004-02-16 Thread Bruno Dumon
AFAIK the source of this problem is a bug in the File.toURL method of the Java API. (in the javadoc of jdk 1.4 I see this limitation is now documented and an alternative method is provided). The trouble with fixing this is that there are probably already people depending on this incorrect

Re: REPOST: Re: Bug? Reading File Source

2004-02-16 Thread Jan Hoskens
But all this doesn't immediately help you of course... I guess trying to avoid filenames containing non-ascii characters is a bad suggestion? ;-) I already had that in mind, but the filenames contain names, and therefore I would prefer that they are correct. I thought it would be better