Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » unicode output in console from ant
unicode output in console from ant [message #147560] Fri, 05 March 2004 18:28 Go to next message
Eclipse UserFriend
Originally posted by: joe.joe.com

Hello,

I have a simple program that prints a single Unicode character:

System.out.println('\u2297');

When it's executed from an ant script, run as an external tool, the
output character is '?', not the expected Unicode character.

How do I configure Eclipse so that I can see proper Unicode characters
(at least for the BMP) in the Console panel?

thanks for any pointers,

joe
Re: unicode output in console from ant [message #148076 is a reply to message #147560] Wed, 10 March 2004 13:11 Go to previous message
Eclipse UserFriend
We have configuration issues around Unicode

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=37107

Darins

"joe" <joe@joe.com> wrote in message news:c2b287$bk$1@eclipse.org...
> Hello,
>
> I have a simple program that prints a single Unicode character:
>
> System.out.println('\u2297');
>
> When it's executed from an ant script, run as an external tool, the
> output character is '?', not the expected Unicode character.
>
> How do I configure Eclipse so that I can see proper Unicode characters
> (at least for the BMP) in the Console panel?
>
> thanks for any pointers,
>
> joe
>
Previous Topic:Integration builds
Next Topic:Where can I find an ASTVisitor implementation that handles comments properly
Goto Forum:
  


Current Time: Sun Jun 01 04:54:44 EDT 2025

Powered by FUDForum. Page generated in 0.04757 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top