Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » unicode and eclipse
unicode and eclipse [message #146956] Tue, 02 March 2004 15:43 Go to next message
Eclipse UserFriend
Originally posted by: pmdanger.yahoo.com

Hi,

I've tried the Deteil book example about unicode and i got an unresolved
problem.

this is my program part :
japanese = new JLabel( "Unicode\u3078\u3087\u3045\u3053" + "\u305D\u0021"
);
japanese.setToolTipText( "This is Japanese" );
container.add( hiragana );

when i compile i got :
hiragana can not be resolved

where is the problem ?

thanks,
Maileen
Re: unicode and eclipse [message #147036 is a reply to message #146956] Tue, 02 March 2004 18:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: smesh.openrules.com

At the first glance:
> container.add( hiragana );
container.add( japanese );

Sam Mesh - http://openrules.com
Life is very short, and there's no time,
For coding and testing, my friend.
Re: unicode and eclipse [message #147117 is a reply to message #147036] Wed, 03 March 2004 08:14 Go to previous message
Eclipse UserFriend
Originally posted by: pmdanger.yahoo.com

Thanks Sam,

but instead to have chinese or japanese characters , i have only squares..
i think it's a windows problem..but from where does it come ?

thanks,
Maileen

Sam Mesh wrote:

> At the first glance:
> > container.add( hiragana );
> container.add( japanese );

> Sam Mesh - http://openrules.com
> Life is very short, and there's no time,
> For coding and testing, my friend.
Previous Topic:Code beautifier
Next Topic:strange effect in eclipse help
Goto Forum:
  


Current Time: Sat Aug 24 00:33:11 GMT 2024

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

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

Back to the top