classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multi-byte locales


From: Florian Weimer
Subject: Re: Multi-byte locales
Date: Tue, 18 Oct 2005 09:29:53 +0200

* 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++) {
>   data[i][] = args[i].getBytes();
> }

Doesn't work, really, those "strange" bytes have already been dropped
by the startup code. 8-(




reply via email to

[Prev in Thread] Current Thread [Next in Thread]