Re: Unicode - UGLY GUI



On 28.06.2005 12:41 ravi.k.sinha@xxxxxxxxx wrote:

> Hi,
>
> I m working on a GUI app. which uses Indian langage input methods, in
> short it makes use of Unicode.
>
> I run the app with the following command line
>
> java -Dfile.encoding="UTF-8" package.myClass
>

AFAIK file.encoding does not have any impact on the Swing classes.
This is (only?) used by Reader and Writer implementations as the default encoding.

Thomas
.



Relevant Pages