Re: Dealing with encodings and file: URIs

Florent Georges <fgeorges@gmail.com> writes:

> 2009/7/29 Norman Walsh wrote:
>
>> I run everything through java.net.URL for consistency
>
>   Ouch!  I guess that has nothing to do with your problem, but why
> URL?  I had a quite bad experience with standard Java's URL, and I
> think that the community says so.  Why not java.net.URI?

java.net.URL is where openConnection still resides. I'm definitely using
the URI class everywhere else.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | If you wish to advance into the
http://nwalsh.com/            | infinite, explore the finite in all
                              | directions.-- Goethe

Received on Wednesday, 29 July 2009 13:59:34 UTC