Re: Domain troubles

2007-07-24 Thread Florian Weimer
* Mark Wielaard: > We seem to have some troubles with classpath.org domain. Do you need any help with resolving the issue? Is it some kind of billing problem?

Re: i2p liberated! [Fwd: GCJ support is on the way]

2005-10-20 Thread Florian Weimer
* Thomas Zander: > Very nice to hear actual professional (i.e. out of the lab) deployment, > you guys worked hard for that :) > > On Thursday 20 October 2005 16:42, Mark Wielaard wrote: >> A side note regarding GCJ.  I realize everyone always complains that >> Java uses up tons of memory, and if

Re: Multi-byte locales

2005-10-18 Thread Florian Weimer
* Michael Koch: > On Tue, Oct 18, 2005 at 09:29:53AM +0200, Florian Weimer wrote: >> * Michael Koch: >> >> > There is no GNU extension (yet) that van work around this that I'm aware >> > of. >> >> Do you think this (i.e. non-accessible files)

Re: Multi-byte locales

2005-10-18 Thread Florian Weimer
* Michael Koch: > There is no GNU extension (yet) that van work around this that I'm aware > of. Do you think this (i.e. non-accessible files) is a problem at all? > You get the arguments as String[] args: > > byte[][] data = new byte[args.length][]; > for (int i = 0; i < args.length; i++) { >

Multi-byte locales

2005-10-17 Thread Florian Weimer
It seems that with Sun's JDK, some files are unaccessible if you run in a multi-byte locale (something which uses UTF-8, for example) because it's not possible to specify an UTF-16 string which is encoded to the name of the file you are interested, provided that the file has a name which is not a v