Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » utf-8 problem in procuct
utf-8 problem in procuct [message #461278] Mon, 08 January 2007 11:38 Go to next message
Eclipse UserFriend
Originally posted by: tino.langer.gmx.net

Hello,

I have converted all of my eclipse plugins to utf-8. When I start my
application via eclipse ide everything works fine and all of my
characters like "ä", "ü", ... are shown correctly. But when I export my
rcp application most of these characters are shown like the file is
encoded in cp1252, but the gui tries to draw characters as utf-8. How to
handle this problem?

many thanks - nice day - Tino
Re: utf-8 problem in procuct [message #461921 is a reply to message #461278] Thu, 18 January 2007 05:38 Go to previous message
Eclipse UserFriend
You must add

javacDefaultEncoding.. = UTF-8

to your build.properties file. You must do the same for any library other
than the default ".", but this is usually the only one in your plugin.

"Tino Langer" <tino.langer@gmx.net> wrote in message
news:ents1d$f3m$1@utils.eclipse.org...
> Hello,
>
> I have converted all of my eclipse plugins to utf-8. When I start my
> application via eclipse ide everything works fine and all of my characters
> like "
Previous Topic:ideas about plugin automation test
Next Topic:Separate product per platform?
Goto Forum:
  


Current Time: Fri Mar 21 20:36:45 EDT 2025

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

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

Back to the top