Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] UTF-8 support and compliant components

Andre John Mas wrote:
Is there a chart anywhere indicating which components are UTF-8 compliant?


I forgot to mention that I am asking the question because the
following code:

  System.out.println("123-\u0067\u0035\u039e\u322F\u5193");

when run in Eclipse 2.1 gives me, under Windows 2000:

  123-g5???

instead of the expected characters (display will depend on your OS
and mail client):

  123-g5Ξ㈯冓

I am not sure whether this issue is because of the implementation
of the SWT component underlying the  Console in Eclipse, because
of the way Eclipse is implemented or due to the JDK configuration
that I am using.

Any help would be very much appreciated.

Thanks

Andre






Back to the top